Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
James Ahlborn f5659151a3 Create new usage map correctly when adding an index to an existing table. fixes #147 pirms 6 gadiem
..
complex relicense with Apache License pirms 9 gadiem
impl Create new usage map correctly when adding an index to an existing table. fixes #147 pirms 6 gadiem
query Fix missing column names in AppendQuery SQL strings. Fixes #131 pirms 8 gadiem
util provide accessors for defaults config pirms 7 gadiem
BatchUpdateException.java relicense with Apache License pirms 9 gadiem
Column.java relicense with Apache License pirms 9 gadiem
ColumnBuilder.java implement sql type to DataType conversions specific to access 2016 format pirms 6 gadiem
ConstraintViolationException.java relicense with Apache License pirms 9 gadiem
Cursor.java relicense with Apache License pirms 9 gadiem
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. pirms 7 gadiem
DataType.java implement sql type to DataType conversions specific to access 2016 format pirms 6 gadiem
Database.java Add full support for access 2016 databases including the new 'Large Number' (aka Bigint) data type. Fixes feature #37 pirms 6 gadiem
DatabaseBuilder.java Add some utility methods for handling Dates in an Access compatible manner. fixes issue #128 pirms 8 gadiem
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. pirms 7 gadiem
IndexBuilder.java update javadocs, minor cleanups pirms 7 gadiem
IndexCursor.java relicense with Apache License pirms 9 gadiem
JackcessException.java relicense with Apache License pirms 9 gadiem
PropertyMap.java Add some additional property keys and relevant enums for values pirms 6 gadiem
Relationship.java reorg to prep for RelationshipBuilder; move remaining table creation logic from TableBuilder to TableCreator pirms 8 gadiem
RelationshipBuilder.java Add option to specify relationship name, fixes pull request #4 pirms 7 gadiem
Row.java relicense with Apache License pirms 9 gadiem
RowId.java relicense with Apache License pirms 9 gadiem
RuntimeIOException.java relicense with Apache License pirms 9 gadiem
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 pirms 9 gadiem
TableBuilder.java update javadocs, minor cleanups pirms 7 gadiem
TableMetaData.java Add Database.getTableMetaData method to enable getting basic info about a Table (by name) without actually loading it. fixes feature request #33 pirms 8 gadiem