aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* more unit test speedups using in mem dbsJames Ahlborn2015-04-275-20/+21
* refactor DatabaseTest into more test classesJames Ahlborn2015-04-274-413/+504
* reorg a bunch of utility code into the TestUtil classJames Ahlborn2015-04-2723-460/+503
* use inmem dbs to speed up slow unit testsJames Ahlborn2015-04-263-8/+8
* more user friendly exception messageJames Ahlborn2015-04-211-2/+3
* Load linked table info from system table when reading databases with unsuppor...James Ahlborn2015-04-212-9/+15
* tweak siteJames Ahlborn2015-04-171-2/+2
* [maven-release-plugin] prepare for next development iterationJames Ahlborn2015-04-171-4/+4
* [maven-release-plugin] prepare release jackcess-2.1.0James Ahlborn2015-04-171-4/+4
* relicense with Apache LicenseJames Ahlborn2015-04-17155-2978/+1796
* remove unused loggersJames Ahlborn2015-03-265-21/+0
* need to compare primitive shortJames Ahlborn2015-03-261-1/+1
* [maven-release-plugin] prepare for next development iterationJames Ahlborn2015-03-211-4/+4
* [maven-release-plugin] prepare release jackcess-2.0.9James Ahlborn2015-03-211-4/+4
* prep for releaseJames Ahlborn2015-03-211-1/+1
* cleanup some ColumnBuilder stuff around copying existing columns, remove usel...James Ahlborn2015-03-192-24/+55
* better index setup callJames Ahlborn2015-03-181-1/+1
* Implement support for indexes on BINARY fieldsJames Ahlborn2015-03-167-39/+158
* missed a few more error context usagesJames Ahlborn2015-03-132-4/+7
* lower log level for certain system table warnings; add contextual info to man...James Ahlborn2015-03-0816-256/+432
* add some convenience methods for new TableIterableBuilder; add change notes f...James Ahlborn2015-03-044-6/+32
* fix linked table test; add unit tests for new table iteration methodsJames Ahlborn2015-02-232-9/+78
* add more flexible table iteration, feature #28James Ahlborn2015-02-143-20/+136
* test isLinkedTable method, feature #28James Ahlborn2015-02-131-0/+4
* add method to simplify testing whether or not a Table is linked to a Database...James Ahlborn2015-02-132-0/+24
* removed '-server' jvm flag to allow build to run on client jvm (e.g. Raspberr...Dan Rollo2015-01-311-1/+1
* handle input String boolean valuesJames Ahlborn2015-01-311-0/+3
* handle input String boolean valuesJames Ahlborn2015-01-311-2/+7
* Make ColumnBuilder.setMaxLength do the right thing regardless of column type....James Ahlborn2015-01-313-4/+37
* minor cleanup in toInternalValueJames Ahlborn2015-01-161-38/+38
* make SimpleColumnMatcher handle a wider range of input data types by coercing...James Ahlborn2015-01-162-12/+97
* [maven-release-plugin] prepare for next development iterationJames Ahlborn2014-12-261-4/+4
* [maven-release-plugin] prepare release jackcess-2.0.8James Ahlborn2014-12-261-4/+4
* prep for releaseJames Ahlborn2014-12-261-1/+1
* update some out of date info on the faqJames Ahlborn2014-12-101-25/+10
* Better validation of identifier names (disallow invalid characters according ...James Ahlborn2014-12-046-9/+79