You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
James Ahlborn 23f397f625 isolate java.sql usage so that the module is not required for core jackcess usage 3 lat temu
..
complex add LocalDateTime variants for various public Date based methods 5 lat temu
expr Add ColumnFormatter utility which can apply Column Format property for display of column values 5 lat temu
impl isolate java.sql usage so that the module is not required for core jackcess usage 3 lat temu
query Fix missing column names in AppendQuery SQL strings. Fixes #131 8 lat temu
util isolate java.sql usage so that the module is not required for core jackcess usage 3 lat temu
BatchUpdateException.java relicense with Apache License 9 lat temu
Column.java isolate java.sql usage so that the module is not required for core jackcess usage 3 lat temu
ColumnBuilder.java isolate java.sql usage so that the module is not required for core jackcess usage 3 lat temu
ConstraintViolationException.java relicense with Apache License 9 lat temu
Cursor.java Add support for using Predicates to match values in Cursors. Add PatternColumnPredicate for searching with various pattern syntaxes 3 lat temu
CursorBuilder.java convenience method for using case insensitive matcher 4 lat temu
DataType.java isolate java.sql usage so that the module is not required for core jackcess usage 3 lat temu
Database.java enable expression evaluation by default 4 lat temu
DatabaseBuilder.java Add more static utility methods to DatabaseBuilder to enable more succinct object construction code using static imports 3 lat temu
DateTimeType.java add details about 3.5 upgrade 3 lat temu
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. 7 lat temu
IndexBuilder.java update javadocs, minor cleanups 7 lat temu
IndexCursor.java upgrade poi; upgrade various plugins 5 lat temu
InvalidValueException.java initial support for LocalDateTime and Temporal types 5 lat temu
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 6 lat temu
PropertyMap.java add stream support to Iterable classes; add some unit tests with streaming 4 lat temu
Relationship.java reorg to prep for RelationshipBuilder; move remaining table creation logic from TableBuilder to TableCreator 7 lat temu
RelationshipBuilder.java get javadocs displaying correctly 5 lat temu
Row.java get javadocs displaying correctly 5 lat temu
RowId.java relicense with Apache License 9 lat temu
RuntimeIOException.java relicense with Apache License 9 lat temu
Table.java Add more static utility methods to DatabaseBuilder to enable more succinct object construction code using static imports 3 lat temu
TableBuilder.java get javadocs displaying correctly 5 lat temu
TableMetaData.java Add Database.getTableMetaData method to enable getting basic info about a Table (by name) without actually loading it. fixes feature request #33 8 lat temu