252 次代码提交 (0ab404db49b6ca48cf7de06b173318e481a0c323)

作者 SHA1 备注 提交日期
  James Ahlborn 0ab404db49 prep for release 1年前
  James Ahlborn b5aa0575e5 Add support for linked odbc tables. TableMetaData provides access to connection string and local TableDefinition if available. Fixes #45 1年前
  James Ahlborn a61e2da7fe Add Table methods to access the creation and last modified dates 2 年前
  James Ahlborn 61d40cafad prep for release 3 年前
  James Ahlborn 9706c1f1e5 Add support for extended date/time type in access 2019+ dbs 3 年前
  James Ahlborn 3ff4ae6d67 Add basic support for access 2019+ dbs. 3 年前
  James Ahlborn 253e37fa2d ignore trailing spaces when creating text index entries 3 年前
  James Ahlborn dfe8f5f1df prep for release 3 年前
  James Ahlborn ef3c97e830 update changes for 4.0.0 release 3 年前
  James Ahlborn 1af0589c29 prep for release 3 年前
  James Ahlborn 43d6d9b38f Add more static utility methods to DatabaseBuilder to enable more succinct object construction code using static imports 3 年前
  James Ahlborn 1c424d6638 prep for release 3 年前
  James Ahlborn 1c0af21406 reference feature request 4 年前
  James Ahlborn 9e0b807683 Add support for using Predicates to match values in Cursors. Add PatternColumnPredicate for searching with various pattern syntaxes 4 年前
  James Ahlborn 0c69b9974e bump version due to backards incompat changes 4 年前
  James Ahlborn 450ef90a1c change the default DateTimeType to LOCAL_DATE_TIME 4 年前
  James Ahlborn 42c8f108f9 enable expression evaluation by default 4 年前
  James Ahlborn a3e70a0ef5 add changelog entry for access 97 index support 4 年前
  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 7 年前
  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 年前