234 コミット (39acf990a58d531114a1f345e851d7fa103878b1)

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