aboutsummaryrefslogtreecommitdiffstats
path: root/src/changes
Commit message (Expand)AuthorAgeFilesLines
...
* Add full support for access 2016 databases including the new 'Large Number' (...James Ahlborn2017-12-191-0/+7
* prep for releaseJames Ahlborn2017-10-101-1/+1
* Fix writing of property maps without any properties. fixes #144James Ahlborn2017-10-031-0/+3
* Handle more advanced query join constructs. fixes issue #141James Ahlborn2017-07-141-0/+5
* prep for releaseJames Ahlborn2017-06-261-1/+1
* Add option to specify relationship name, fixes pull request #4James Ahlborn2017-06-061-0/+4
* Fix parsing of certain internal-use queries. Fixes issue #142James Ahlborn2017-05-311-0/+6
* prep for releaseJames Ahlborn2017-05-181-1/+1
* Add CustomLinkResolver which facilitates loading linked tables from files whi...James Ahlborn2017-05-111-0/+5
* Allow inserting negative auto number fields, fixes pull request #3James Ahlborn2017-05-071-0/+4
* Cover the GENERIC_JET4 format in unit tests, thanks to Gord ThompsonJames Ahlborn2017-05-031-0/+4
* Implement support for partial index lookups. Efficient IndexCursor lookups c...James Ahlborn2017-04-031-0/+7
* prep for releaseJames Ahlborn2016-11-301-1/+1
* Add support for global usage maps which are reference type maps. fixes issue ...James Ahlborn2016-11-171-0/+3
* automatically switch to read-only mode when opening a file format which does ...James Ahlborn2016-11-121-0/+8
* prepare for releaseJames Ahlborn2016-10-041-1/+1
* update docs for new metadata update supportJames Ahlborn2016-09-091-0/+10
* Change multi-value complex columns so that they return all relevant column pr...James Ahlborn2016-09-041-0/+6
* prep for releaseJames Ahlborn2016-05-191-1/+1
* Add support for cascade null on delete relationships. Add support for the re...James Ahlborn2016-03-301-0/+6
* Allow null values in foreign key fields when enforcing referential integrity....James Ahlborn2016-03-211-0/+4
* Add Database.getTableMetaData method to enable getting basic info about a Tab...James Ahlborn2016-02-161-0/+5
* Fix missing column names in AppendQuery SQL strings. Fixes #131James Ahlborn2016-01-121-0/+5
* prep for releaseJames Ahlborn2015-12-041-1/+1
* Add FileFormat.GENERIC_JET4 in order to support getting the file format for j...James Ahlborn2015-11-251-0/+5
* Add some utility methods for handling Dates in an Access compatible manner. ...James Ahlborn2015-11-251-0/+5
* Throw a prettier exception when maxing out the row size during row creation. ...James Ahlborn2015-10-311-0/+9
* prep for releaseJames Ahlborn2015-06-231-1/+1
* Fix handling of dateTimes before the access epoch. fixes issue #126James Ahlborn2015-06-181-0/+3
* handle reading null calculated values, fixes #125James Ahlborn2015-06-171-0/+5
* prep for releaseJames Ahlborn2015-05-151-1/+1
* Allow optional direct insert/update of autonumber values. This is disabled b...James Ahlborn2015-05-011-0/+6
* Load linked table info from system table when reading databases with unsuppor...James Ahlborn2015-04-211-0/+6
* relicense with Apache LicenseJames Ahlborn2015-04-171-1/+8
* prep for releaseJames Ahlborn2015-03-211-1/+1
* cleanup some ColumnBuilder stuff around copying existing columns, remove usel...James Ahlborn2015-03-191-0/+5
* Implement support for indexes on BINARY fieldsJames Ahlborn2015-03-161-0/+3
* lower log level for certain system table warnings; add contextual info to man...James Ahlborn2015-03-081-0/+7
* add some convenience methods for new TableIterableBuilder; add change notes f...James Ahlborn2015-03-041-0/+9
* handle input String boolean valuesJames Ahlborn2015-01-311-0/+3
* Make ColumnBuilder.setMaxLength do the right thing regardless of column type....James Ahlborn2015-01-311-0/+6
* prep for releaseJames Ahlborn2014-12-261-1/+1
* Better validation of identifier names (disallow invalid characters according ...James Ahlborn2014-12-041-0/+4
* Don't double quote already quoted identifiers. fixes patch 18James Ahlborn2014-12-031-0/+3
* Fix table name quoting for append and make table queries. fixes patch #17James Ahlborn2014-12-011-0/+3
* Add newer sql type to access type mappings if the jvm supports them. fixes #113James Ahlborn2014-11-261-0/+5
* prep for releaseJames Ahlborn2014-11-231-1/+1
* make money columns report accurate scale/precision, fixes #112James Ahlborn2014-11-221-0/+3
* rework unicode compression support, fixes issue 111James Ahlborn2014-11-151-0/+6
* prep for releaseJames Ahlborn2014-10-041-1/+1