Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
James Ahlborn f5659151a3 Create new usage map correctly when adding an index to an existing table. fixes #147 6 anos atrás
..
complex relicense with Apache License 9 anos atrás
impl Create new usage map correctly when adding an index to an existing table. fixes #147 6 anos atrás
query Fix missing column names in AppendQuery SQL strings. Fixes #131 8 anos atrás
util provide accessors for defaults config 7 anos atrás
BatchUpdateException.java relicense with Apache License 9 anos atrás
Column.java relicense with Apache License 9 anos atrás
ColumnBuilder.java implement sql type to DataType conversions specific to access 2016 format 6 anos atrás
ConstraintViolationException.java relicense with Apache License 9 anos atrás
Cursor.java relicense with Apache License 9 anos atrás
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 anos atrás
DataType.java implement sql type to DataType conversions specific to access 2016 format 6 anos atrás
Database.java Add full support for access 2016 databases including the new 'Large Number' (aka Bigint) data type. Fixes feature #37 6 anos atrás
DatabaseBuilder.java Add some utility methods for handling Dates in an Access compatible manner. fixes issue #128 8 anos atrás
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 anos atrás
IndexBuilder.java update javadocs, minor cleanups 7 anos atrás
IndexCursor.java relicense with Apache License 9 anos atrás
JackcessException.java relicense with Apache License 9 anos atrás
PropertyMap.java Add some additional property keys and relevant enums for values 6 anos atrás
Relationship.java reorg to prep for RelationshipBuilder; move remaining table creation logic from TableBuilder to TableCreator 8 anos atrás
RelationshipBuilder.java Add option to specify relationship name, fixes pull request #4 7 anos atrás
Row.java relicense with Apache License 9 anos atrás
RowId.java relicense with Apache License 9 anos atrás
RuntimeIOException.java relicense with Apache License 9 anos atrás
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 anos atrás
TableBuilder.java update javadocs, minor cleanups 7 anos atrás
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 anos atrás