234 Commits (39acf990a58d531114a1f345e851d7fa103878b1)

Author SHA1 Message Date
  James Ahlborn 39acf990a5 prep for release 5 years ago
  James Ahlborn 1fb85bd37a Add Database.newTableMetaDataIterable() which enables iterating through table names without loading the entire collection into memory at once 5 years ago
  James Ahlborn 831d8c0b1d Add ColumnFormatter utility which can apply Column Format property for display of column values 5 years ago
  James Ahlborn c1f8e64f33 prep for release 5 years ago
  James Ahlborn e0132fec88 prep for release 5 years ago
  James Ahlborn a06385c7c9 Use column label from ResultSetMetaData when importing. Fixes #152 5 years ago
  James Ahlborn cb9ed9bd0b Fix parsing of escaped double quotes in expressions 5 years ago
  James Ahlborn dc97692504 fix changelog for 151 bug fix 5 years ago
  James Ahlborn c25109f673 Fix length in units calculation for Access 97 text fields. Fixes #151 5 years ago
  James Ahlborn e7cab49a2f prep for release 5 years ago
  James Ahlborn a92bc3439f more javadoc fixes 5 years ago
  James Ahlborn bd34641972 more javadocs tweaks; update changes for java 8 5 years ago
  James Ahlborn 112cb827e9 Ignore column validators for read-only dbs. This will avoid irrelevant failures when reading databases which have invalid column properties. Fixes #150 5 years ago
  James Ahlborn b9dddc4eed implement IsNumeric; add support for hex/oct integer strings 5 years ago
  James Ahlborn 29fcd9758e prep for release 5 years ago
  James Ahlborn 821c939d1c update parent pom; update urls for https 5 years ago
  James Ahlborn e820c1aacc prep for release 5 years ago
  James Ahlborn f5659151a3 Create new usage map correctly when adding an index to an existing table. fixes #147 6 years ago
  James Ahlborn bfc70bd618 Add some additional property keys and relevant enums for values 6 years ago
  James Ahlborn d95c415177 prep for release 6 years ago
  James Ahlborn 71d884e1ad update ddl flag for default properties even if type is explicitly provided. fixes #146 6 years ago
  James Ahlborn a307c8f58f Expose the ddl attribute on properties. Set the attribute appropriately for known builtin properties. fixes issue #145 6 years ago
  James Ahlborn 5640f02093 prep for release 6 years ago
  James Ahlborn 4fb8409266 Add full support for access 2016 databases including the new 'Large Number' (aka Bigint) data type. Fixes feature #37 6 years ago
  James Ahlborn a5f0ddd082 prep for release 6 years ago
  James Ahlborn 30cd79721f Fix writing of property maps without any properties. fixes #144 6 years ago
  James Ahlborn 813f732029 Handle more advanced query join constructs. fixes issue #141 6 years ago
  James Ahlborn 8e5af2a1a5 prep for release 6 years ago
  James Ahlborn 16fa12b67a Add option to specify relationship name, fixes pull request #4 7 years ago
  James Ahlborn 3193d76ffd Fix parsing of certain internal-use queries. Fixes issue #142 7 years ago
  James Ahlborn 7c32a2b06f prep for release 7 years ago
  James Ahlborn ae032248c9 Add CustomLinkResolver which facilitates loading linked tables from files which are not access databases. fixes feature request #36 7 years ago
  James Ahlborn ae60e32d40 Allow inserting negative auto number fields, fixes pull request #3 7 years ago
  James Ahlborn 54972c4de5 Cover the GENERIC_JET4 format in unit tests, thanks to Gord Thompson 7 years ago
  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. 7 years ago
  James Ahlborn c42fa05959 prep for release 7 years ago
  James Ahlborn a30708e2ce Add support for global usage maps which are reference type maps. fixes issue #138 7 years ago
  James Ahlborn 7b8f4c32d5 automatically switch to read-only mode when opening a file format which does not support writing, fixes feature #34 7 years ago
  James Ahlborn d12da09daf prepare for release 7 years ago
  James Ahlborn 09a70b9f24 update docs for new metadata update support 7 years ago
  James Ahlborn e9dcad296a Change multi-value complex columns so that they return all relevant column properties. 7 years ago
  James Ahlborn a3f847cf1f prep for release 8 years ago
  James Ahlborn 03ce793c7c Add support for cascade null on delete relationships. Add support for the required flag for an index. 8 years ago
  James Ahlborn 914e5af35c Allow null values in foreign key fields when enforcing referential integrity. Fixes issue #136 8 years ago
  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 8 years ago
  James Ahlborn 69b84ac737 Fix missing column names in AppendQuery SQL strings. Fixes #131 8 years ago
  James Ahlborn 6ad52937db prep for release 8 years ago
  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 8 years ago
  James Ahlborn b7fd6e39bb Add some utility methods for handling Dates in an Access compatible manner. fixes issue #128 8 years ago
  James Ahlborn 86130160d5 Throw a prettier exception when maxing out the row size during row creation. fixes #127 8 years ago