選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
James Ahlborn b5aa0575e5 Add support for linked odbc tables. TableMetaData provides access to connection string and local TableDefinition if available. Fixes #45 1年前
..
complex add LocalDateTime variants for various public Date based methods 5年前
expr update some docs 2年前
impl Add support for linked odbc tables. TableMetaData provides access to connection string and local TableDefinition if available. Fixes #45 1年前
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 Add support for linked odbc tables. TableMetaData provides access to connection string and local TableDefinition if available. Fixes #45 1年前
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 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 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 Add support for linked odbc tables. TableMetaData provides access to connection string and local TableDefinition if available. Fixes #45 1年前
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 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 support for linked odbc tables. TableMetaData provides access to connection string and local TableDefinition if available. Fixes #45 1年前
TableBuilder.java get javadocs displaying correctly 5年前
TableDefinition.java Add support for linked odbc tables. TableMetaData provides access to connection string and local TableDefinition if available. Fixes #45 1年前
TableMetaData.java Add support for linked odbc tables. TableMetaData provides access to connection string and local TableDefinition if available. Fixes #45 1年前