aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * add support for sharing backing index data across indexes during table creationJames Ahlborn2016-05-195-17/+149
| * merge trunk changes through r992James Ahlborn2016-05-192-2/+2
| |\ | |/ |/|
* | [maven-release-plugin] prepare for next development iterationJames Ahlborn2016-05-191-4/+4
* | [maven-release-plugin] prepare release jackcess-2.1.4James Ahlborn2016-05-191-4/+4
* | prep for releaseJames Ahlborn2016-05-191-1/+1
* | primary key indexes should also have required flagJames Ahlborn2016-05-181-1/+10
| * primary key indexes should also have required flagJames Ahlborn2016-05-181-1/+10
| * actually write added column usage maps correctlyJames Ahlborn2016-05-032-5/+32
| * add usage maps for lval colsJames Ahlborn2016-04-293-24/+85
| * begin adding umap supportJames Ahlborn2016-04-294-1/+54
| * some initial code for mutation supportJames Ahlborn2016-04-289-229/+748
| * create branch for mutation operationsJames Ahlborn2016-04-280-0/+0
|/
* Add support for cascade null on delete relationships. Add support for the re...James Ahlborn2016-03-308-11/+85
* Allow null values in foreign key fields when enforcing referential integrity....James Ahlborn2016-03-213-5/+21
* Add Database.getTableMetaData method to enable getting basic info about a Tab...James Ahlborn2016-02-165-6/+173
* updatesJames Ahlborn2016-02-161-11/+7
* Fix missing column names in AppendQuery SQL strings. Fixes #131James Ahlborn2016-01-124-7/+55
* typoJames Ahlborn2015-12-291-1/+1
* [maven-release-plugin] prepare for next development iterationJames Ahlborn2015-12-041-4/+4
* [maven-release-plugin] prepare release jackcess-2.1.3James Ahlborn2015-12-041-4/+4
* prep for releaseJames Ahlborn2015-12-041-1/+1
* move some common site config to parent pomJames Ahlborn2015-11-261-48/+1
* Add FileFormat.GENERIC_JET4 in order to support getting the file format for j...James Ahlborn2015-11-2512-0/+33
* more site cleanupJames Ahlborn2015-11-251-1/+37
* minor tweak to iteratorJames Ahlborn2015-11-251-1/+5
* some aq updatesJames Ahlborn2015-11-251-17/+19
* Add some utility methods for handling Dates in an Access compatible manner. ...James Ahlborn2015-11-256-4/+90
* suppress some useless warningsJames Ahlborn2015-11-251-0/+7
* suppress some useless warningsJames Ahlborn2015-11-251-0/+5
* throw better exception when attempting to create file which does not support ...James Ahlborn2015-11-251-1/+5
* update parent pomJames Ahlborn2015-11-071-1/+1
* cleanup findbugs reportJames Ahlborn2015-11-013-8/+38
* Throw a prettier exception when maxing out the row size during row creation. ...James Ahlborn2015-10-312-2/+19
* pretty up the siteJames Ahlborn2015-10-306-5/+329
* add github mirror link to siteJames Ahlborn2015-10-081-0/+1
* undo accidental commitJames Ahlborn2015-10-073-13/+2
* add readmeJames Ahlborn2015-10-074-2/+28
* fix borked javadoc tagJames Ahlborn2015-07-071-2/+2
* [maven-release-plugin] prepare for next development iterationJames Ahlborn2015-06-231-4/+4
* [maven-release-plugin] prepare release jackcess-2.1.2James Ahlborn2015-06-231-4/+4
* prep for releaseJames Ahlborn2015-06-231-1/+1
* Fix handling of dateTimes before the access epoch. fixes issue #126James Ahlborn2015-06-183-8/+69
* handle reading null calculated values, fixes #125James Ahlborn2015-06-172-1/+18
* update version info. fixes #124James Ahlborn2015-06-022-3/+3
* [maven-release-plugin] prepare for next development iterationJames Ahlborn2015-05-151-4/+4
* [maven-release-plugin] prepare release jackcess-2.1.1James Ahlborn2015-05-151-4/+4
* prep for releaseJames Ahlborn2015-05-151-1/+1
* add links to ucanaccessJames Ahlborn2015-05-112-2/+8
* tweak some docsJames Ahlborn2015-05-024-3/+11
* Allow optional direct insert/update of autonumber values. This is disabled b...James Ahlborn2015-05-019-140/+820