Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
James Ahlborn 1ff24f80a1 tighten up readonly handling for external channels; minor test code refactor 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 tighten up readonly handling for external channels; minor test code refactor 3 лет назад
query Fix missing column names in AppendQuery SQL strings. Fixes #131 8 лет назад
util no longer need to use initCause 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 3 лет назад
CursorBuilder.java convenience method for using case insensitive matcher 4 лет назад
DataType.java Add support for extended date/time type in access 2019+ dbs 3 лет назад
Database.java Add basic support for access 2019+ dbs. 3 лет назад
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 3 лет назад
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 7 лет назад
RelationshipBuilder.java get javadocs displaying correctly 5 лет назад
Row.java add unit tests for extended date/time type 3 лет назад
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 лет назад