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 година
..
complex add LocalDateTime variants for various public Date based methods пре 5 година
expr Add ColumnFormatter utility which can apply Column Format property for display of column values пре 5 година
impl isolate java.sql usage so that the module is not required for core jackcess usage пре 3 година
query Fix missing column names in AppendQuery SQL strings. Fixes #131 пре 8 година
util isolate java.sql usage so that the module is not required for core jackcess usage пре 3 година
BatchUpdateException.java relicense with Apache License пре 9 година
Column.java isolate java.sql usage so that the module is not required for core jackcess usage пре 3 година
ColumnBuilder.java isolate java.sql usage so that the module is not required for core jackcess usage пре 3 година
ConstraintViolationException.java relicense with Apache License пре 9 година
Cursor.java Add support for using Predicates to match values in Cursors. Add PatternColumnPredicate for searching with various pattern syntaxes пре 4 година
CursorBuilder.java convenience method for using case insensitive matcher пре 4 година
DataType.java isolate java.sql usage so that the module is not required for core jackcess usage пре 3 година
Database.java enable expression evaluation by default пре 4 година
DatabaseBuilder.java Add more static utility methods to DatabaseBuilder to enable more succinct object construction code using static imports пре 3 година
DateTimeType.java add details about 3.5 upgrade пре 4 година
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 година
IndexBuilder.java update javadocs, minor cleanups пре 7 година
IndexCursor.java upgrade poi; upgrade various plugins пре 5 година
InvalidValueException.java initial support for LocalDateTime and Temporal types пре 5 година
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 година
PropertyMap.java add stream support to Iterable classes; add some unit tests with streaming пре 4 година
Relationship.java reorg to prep for RelationshipBuilder; move remaining table creation logic from TableBuilder to TableCreator пре 8 година
RelationshipBuilder.java get javadocs displaying correctly пре 5 година
Row.java get javadocs displaying correctly пре 5 година
RowId.java relicense with Apache License пре 9 година
RuntimeIOException.java relicense with Apache License пре 9 година
Table.java Add more static utility methods to DatabaseBuilder to enable more succinct object construction code using static imports пре 3 година
TableBuilder.java get javadocs displaying correctly пре 5 година
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 година