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 09d03800ce use decimal math context which matches access precision; tweak string to number conversion to match access 6 years ago
..
complex relicense with Apache License 9 years ago
expr knock out some fixmes; add support for custom function lookup and custom bindings passed into expression evaluation 6 years ago
impl use decimal math context which matches access precision; tweak string to number conversion to match access 6 years ago
query Fix missing column names in AppendQuery SQL strings. Fixes #131 8 years ago
util merge trunk changes through r1100 7 years ago
BatchUpdateException.java relicense with Apache License 9 years ago
Column.java relicense with Apache License 9 years ago
ColumnBuilder.java implement sql type to DataType conversions specific to access 2016 format 6 years ago
ConstraintViolationException.java relicense with Apache License 9 years ago
Cursor.java relicense with Apache License 9 years ago
CursorBuilder.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 years ago
DataType.java implement sql type to DataType conversions specific to access 2016 format 6 years ago
Database.java knock out some fixmes; add support for custom function lookup and custom bindings passed into expression evaluation 6 years ago
DatabaseBuilder.java Add some utility methods for handling Dates in an Access compatible manner. fixes issue #128 8 years ago
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 years ago
IndexBuilder.java update javadocs, minor cleanups 7 years ago
IndexCursor.java relicense with Apache License 9 years ago
InvalidValueException.java start enforcing the required and no-zero len column properties 6 years ago
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 years ago
PropertyMap.java Add some additional property keys and relevant enums for values 6 years ago
Relationship.java reorg to prep for RelationshipBuilder; move remaining table creation logic from TableBuilder to TableCreator 7 years ago
RelationshipBuilder.java Add option to specify relationship name, fixes pull request #4 7 years ago
Row.java relicense with Apache License 9 years ago
RowId.java relicense with Apache License 9 years ago
RuntimeIOException.java relicense with Apache License 9 years ago
Table.java Allow optional direct insert/update of autonumber values. This is disabled by default, but can be selectively enabled per-jvm (using system property), per-database, and per-table. fixes feature #32 9 years ago
TableBuilder.java update javadocs, minor cleanups 7 years ago
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 years ago