Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
James Ahlborn 1ff24f80a1 tighten up readonly handling for external channels; minor test code refactor před 3 roky
..
complex add LocalDateTime variants for various public Date based methods před 5 roky
expr Add ColumnFormatter utility which can apply Column Format property for display of column values před 5 roky
impl tighten up readonly handling for external channels; minor test code refactor před 3 roky
query Fix missing column names in AppendQuery SQL strings. Fixes #131 před 8 roky
util no longer need to use initCause před 3 roky
BatchUpdateException.java relicense with Apache License před 9 roky
Column.java isolate java.sql usage so that the module is not required for core jackcess usage před 3 roky
ColumnBuilder.java isolate java.sql usage so that the module is not required for core jackcess usage před 3 roky
ConstraintViolationException.java relicense with Apache License před 9 roky
Cursor.java Add support for using Predicates to match values in Cursors. Add PatternColumnPredicate for searching with various pattern syntaxes před 3 roky
CursorBuilder.java convenience method for using case insensitive matcher před 4 roky
DataType.java Add support for extended date/time type in access 2019+ dbs před 3 roky
Database.java Add basic support for access 2019+ dbs. před 3 roky
DatabaseBuilder.java Add more static utility methods to DatabaseBuilder to enable more succinct object construction code using static imports před 3 roky
DateTimeType.java add details about 3.5 upgrade před 3 roky
Index.java Implement support for partial index lookups. Efficient IndexCursor lookups can now be done with multi-column indexes using only some of the columns in the index. před 7 roky
IndexBuilder.java update javadocs, minor cleanups před 7 roky
IndexCursor.java upgrade poi; upgrade various plugins před 5 roky
InvalidValueException.java initial support for LocalDateTime and Temporal types před 5 roky
JackcessException.java plug expr evaluation into columns/tables; create Identifier for tracking expression ids; support single quoting in expressions; tweak string to number coercion; implement topo sorter for calc col eval před 6 roky
PropertyMap.java add stream support to Iterable classes; add some unit tests with streaming před 4 roky
Relationship.java reorg to prep for RelationshipBuilder; move remaining table creation logic from TableBuilder to TableCreator před 7 roky
RelationshipBuilder.java get javadocs displaying correctly před 5 roky
Row.java add unit tests for extended date/time type před 3 roky
RowId.java relicense with Apache License před 9 roky
RuntimeIOException.java relicense with Apache License před 9 roky
Table.java Add more static utility methods to DatabaseBuilder to enable more succinct object construction code using static imports před 3 roky
TableBuilder.java get javadocs displaying correctly před 5 roky
TableMetaData.java Add Database.getTableMetaData method to enable getting basic info about a Table (by name) without actually loading it. fixes feature request #33 před 8 roky