214 Commits (821c939d1cb7520e2f6d699ed187a1e4a44153fb)

Autor SHA1 Nachricht Datum
  James Ahlborn 821c939d1c update parent pom; update urls for https vor 5 Jahren
  James Ahlborn e820c1aacc prep for release vor 6 Jahren
  James Ahlborn f5659151a3 Create new usage map correctly when adding an index to an existing table. fixes #147 vor 6 Jahren
  James Ahlborn bfc70bd618 Add some additional property keys and relevant enums for values vor 6 Jahren
  James Ahlborn d95c415177 prep for release vor 6 Jahren
  James Ahlborn 71d884e1ad update ddl flag for default properties even if type is explicitly provided. fixes #146 vor 6 Jahren
  James Ahlborn a307c8f58f Expose the ddl attribute on properties. Set the attribute appropriately for known builtin properties. fixes issue #145 vor 6 Jahren
  James Ahlborn 5640f02093 prep for release vor 6 Jahren
  James Ahlborn 4fb8409266 Add full support for access 2016 databases including the new 'Large Number' (aka Bigint) data type. Fixes feature #37 vor 6 Jahren
  James Ahlborn a5f0ddd082 prep for release vor 6 Jahren
  James Ahlborn 30cd79721f Fix writing of property maps without any properties. fixes #144 vor 6 Jahren
  James Ahlborn 813f732029 Handle more advanced query join constructs. fixes issue #141 vor 7 Jahren
  James Ahlborn 8e5af2a1a5 prep for release vor 7 Jahren
  James Ahlborn 16fa12b67a Add option to specify relationship name, fixes pull request #4 vor 7 Jahren
  James Ahlborn 3193d76ffd Fix parsing of certain internal-use queries. Fixes issue #142 vor 7 Jahren
  James Ahlborn 7c32a2b06f prep for release vor 7 Jahren
  James Ahlborn ae032248c9 Add CustomLinkResolver which facilitates loading linked tables from files which are not access databases. fixes feature request #36 vor 7 Jahren
  James Ahlborn ae60e32d40 Allow inserting negative auto number fields, fixes pull request #3 vor 7 Jahren
  James Ahlborn 54972c4de5 Cover the GENERIC_JET4 format in unit tests, thanks to Gord Thompson vor 7 Jahren
  James Ahlborn 4feb8fbfd1 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. vor 7 Jahren
  James Ahlborn c42fa05959 prep for release vor 7 Jahren
  James Ahlborn a30708e2ce Add support for global usage maps which are reference type maps. fixes issue #138 vor 7 Jahren
  James Ahlborn 7b8f4c32d5 automatically switch to read-only mode when opening a file format which does not support writing, fixes feature #34 vor 7 Jahren
  James Ahlborn d12da09daf prepare for release vor 7 Jahren
  James Ahlborn 09a70b9f24 update docs for new metadata update support vor 7 Jahren
  James Ahlborn e9dcad296a Change multi-value complex columns so that they return all relevant column properties. vor 7 Jahren
  James Ahlborn a3f847cf1f prep for release vor 8 Jahren
  James Ahlborn 03ce793c7c Add support for cascade null on delete relationships. Add support for the required flag for an index. vor 8 Jahren
  James Ahlborn 914e5af35c Allow null values in foreign key fields when enforcing referential integrity. Fixes issue #136 vor 8 Jahren
  James Ahlborn 4e5fe7ec04 Add Database.getTableMetaData method to enable getting basic info about a Table (by name) without actually loading it. fixes feature request #33 vor 8 Jahren
  James Ahlborn 69b84ac737 Fix missing column names in AppendQuery SQL strings. Fixes #131 vor 8 Jahren
  James Ahlborn 6ad52937db prep for release vor 8 Jahren
  James Ahlborn 6deaa095c7 Add FileFormat.GENERIC_JET4 in order to support getting the file format for jet4 databases with no AccessVersion property (e.g. those created programmatically using ADOX). fixes issue #129 vor 8 Jahren
  James Ahlborn b7fd6e39bb Add some utility methods for handling Dates in an Access compatible manner. fixes issue #128 vor 8 Jahren
  James Ahlborn 86130160d5 Throw a prettier exception when maxing out the row size during row creation. fixes #127 vor 8 Jahren
  James Ahlborn d46178daed prep for release vor 9 Jahren
  James Ahlborn be706546be Fix handling of dateTimes before the access epoch. fixes issue #126 vor 9 Jahren
  James Ahlborn b521c2b020 handle reading null calculated values, fixes #125 vor 9 Jahren
  James Ahlborn 8f91d811fe prep for release vor 9 Jahren
  James Ahlborn e8616e6476 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 vor 9 Jahren
  James Ahlborn 09c42b87bb Load linked table info from system table when reading databases with unsupported sort orders. Fixes issue #123 vor 9 Jahren
  James Ahlborn 17908417ae relicense with Apache License vor 9 Jahren
  James Ahlborn 2702b79151 prep for release vor 9 Jahren
  James Ahlborn f97595dea9 cleanup some ColumnBuilder stuff around copying existing columns, remove useless warning; fixes #120 vor 9 Jahren
  James Ahlborn fad035e0b9 Implement support for indexes on BINARY fields vor 9 Jahren
  James Ahlborn 957d85b4f1 lower log level for certain system table warnings; add contextual info to many errors/warnings: feature #29 vor 9 Jahren
  James Ahlborn babfdb1947 add some convenience methods for new TableIterableBuilder; add change notes for linked table updates vor 9 Jahren
  James Ahlborn 8a22b4e252 handle input String boolean values vor 9 Jahren
  James Ahlborn 95d0db424e Make ColumnBuilder.setMaxLength do the right thing regardless of column type. Add setMaxScale and setMaxPrecision helpers. Make default length for TEXT columns the max length vor 9 Jahren
  James Ahlborn 5d07437b86 prep for release vor 9 Jahren