258 Commits (master)

Author SHA1 Message Date
  James Ahlborn 672387c5a4 fix NumberFormatter so that it formats according to the locale of the current db 3 months ago
  James Ahlborn b39b2eedff prep for release 1 year ago
  James Ahlborn b02d1df66c Add option to DatabaseBuilder for ignoring broken system catalog indexes. Fixes #46 1 year ago
  James Ahlborn 4bb071f84c update parent pom 1 year ago
  James Ahlborn 223b7d2234 prep for release 1 year ago
  James Ahlborn 1ac3fbe1c9 Fix edge case which can cause table to be considered corrupt. Fixes #156 1 year ago
  James Ahlborn 0ab404db49 prep for release 1 year ago
  James Ahlborn b5aa0575e5 Add support for linked odbc tables. TableMetaData provides access to connection string and local TableDefinition if available. Fixes #45 1 year ago
  James Ahlborn a61e2da7fe Add Table methods to access the creation and last modified dates 2 years ago
  James Ahlborn 61d40cafad prep for release 2 years ago
  James Ahlborn 9706c1f1e5 Add support for extended date/time type in access 2019+ dbs 2 years ago
  James Ahlborn 3ff4ae6d67 Add basic support for access 2019+ dbs. 2 years ago
  James Ahlborn 253e37fa2d ignore trailing spaces when creating text index entries 3 years ago
  James Ahlborn dfe8f5f1df prep for release 3 years ago
  James Ahlborn ef3c97e830 update changes for 4.0.0 release 3 years ago
  James Ahlborn 1af0589c29 prep for release 3 years ago
  James Ahlborn 43d6d9b38f Add more static utility methods to DatabaseBuilder to enable more succinct object construction code using static imports 3 years ago
  James Ahlborn 1c424d6638 prep for release 3 years ago
  James Ahlborn 1c0af21406 reference feature request 3 years ago
  James Ahlborn 9e0b807683 Add support for using Predicates to match values in Cursors. Add PatternColumnPredicate for searching with various pattern syntaxes 3 years ago
  James Ahlborn 0c69b9974e bump version due to backards incompat changes 4 years ago
  James Ahlborn 450ef90a1c change the default DateTimeType to LOCAL_DATE_TIME 4 years ago
  James Ahlborn 42c8f108f9 enable expression evaluation by default 4 years ago
  James Ahlborn a3e70a0ef5 add changelog entry for access 97 index support 4 years ago
  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