Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
James Ahlborn 1ff24f80a1 tighten up readonly handling for external channels; minor test code refactor il y a 3 ans
..
complex add LocalDateTime variants for various public Date based methods il y a 5 ans
expr Add ColumnFormatter utility which can apply Column Format property for display of column values il y a 5 ans
impl tighten up readonly handling for external channels; minor test code refactor il y a 3 ans
query Fix missing column names in AppendQuery SQL strings. Fixes #131 il y a 8 ans
util no longer need to use initCause il y a 3 ans
BatchUpdateException.java relicense with Apache License il y a 9 ans
Column.java isolate java.sql usage so that the module is not required for core jackcess usage il y a 3 ans
ColumnBuilder.java isolate java.sql usage so that the module is not required for core jackcess usage il y a 3 ans
ConstraintViolationException.java relicense with Apache License il y a 9 ans
Cursor.java Add support for using Predicates to match values in Cursors. Add PatternColumnPredicate for searching with various pattern syntaxes il y a 4 ans
CursorBuilder.java convenience method for using case insensitive matcher il y a 4 ans
DataType.java Add support for extended date/time type in access 2019+ dbs il y a 3 ans
Database.java Add basic support for access 2019+ dbs. il y a 3 ans
DatabaseBuilder.java Add more static utility methods to DatabaseBuilder to enable more succinct object construction code using static imports il y a 3 ans
DateTimeType.java add details about 3.5 upgrade il y a 3 ans
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. il y a 7 ans
IndexBuilder.java update javadocs, minor cleanups il y a 7 ans
IndexCursor.java upgrade poi; upgrade various plugins il y a 5 ans
InvalidValueException.java initial support for LocalDateTime and Temporal types il y a 5 ans
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 il y a 6 ans
PropertyMap.java add stream support to Iterable classes; add some unit tests with streaming il y a 4 ans
Relationship.java reorg to prep for RelationshipBuilder; move remaining table creation logic from TableBuilder to TableCreator il y a 7 ans
RelationshipBuilder.java get javadocs displaying correctly il y a 5 ans
Row.java add unit tests for extended date/time type il y a 3 ans
RowId.java relicense with Apache License il y a 9 ans
RuntimeIOException.java relicense with Apache License il y a 9 ans
Table.java Add more static utility methods to DatabaseBuilder to enable more succinct object construction code using static imports il y a 3 ans
TableBuilder.java get javadocs displaying correctly il y a 5 ans
TableMetaData.java Add Database.getTableMetaData method to enable getting basic info about a Table (by name) without actually loading it. fixes feature request #33 il y a 8 ans