aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* updatesJames Ahlborn2014-11-151-2/+1
* more unit test perf tweaksJames Ahlborn2014-10-132-3/+7
* fix code exampleJames Ahlborn2014-10-111-1/+1
* [maven-release-plugin] prepare for next development iterationJames Ahlborn2014-10-041-4/+4
* [maven-release-plugin] prepare release jackcess-2.0.6James Ahlborn2014-10-041-4/+4
* prep for releaseJames Ahlborn2014-10-041-1/+1
* fix regression where empty memo values are returned as null (issue 110)James Ahlborn2014-09-294-3/+44
* only need to generate index row values once per lookup iteration James Ahlborn2014-09-222-16/+61
* add unit test for iteration early exit fixJames Ahlborn2014-09-222-6/+60
* IndexCursor can early exit when searching based on indexed values, fixes 109James Ahlborn2014-09-213-26/+52
* [maven-release-plugin] prepare for next development iterationJames Ahlborn2014-09-181-4/+4
* [maven-release-plugin] prepare release jackcess-2.0.5James Ahlborn2014-09-181-4/+4
* prepare for releaseJames Ahlborn2014-09-181-1/+1
* fix creation of calculated fieldsJames Ahlborn2014-09-164-14/+62
* updatesJames Ahlborn2014-09-141-18/+0
* add some unit tests for calc fieldsJames Ahlborn2014-09-143-1/+130
* Add the ability to create tables with calculated fieldsJames Ahlborn2014-09-135-6/+100
* add tests for builder property settersJames Ahlborn2014-09-112-3/+52
* add some unit test for property type inferenceJames Ahlborn2014-09-093-2/+24
* add ability to set properties in the various BuldersJames Ahlborn2014-09-096-12/+294
* some minor cleanups for reading and writing calculated columns (issue #105)James Ahlborn2014-09-088-32/+91
* initial support for reading and writing calculated columns (issue #105)James Ahlborn2014-09-0719-586/+1057
* more test speedupsJames Ahlborn2014-08-245-20/+62
* speed up unit tests by delaying disk syncsJames Ahlborn2014-08-181-6/+21
* refactor ColumnImpl into multiple type specific sub-classesJames Ahlborn2014-08-0710-274/+619
* Add Cursor.findRow(RowId) for moving to a specific Table row using only the R...James Ahlborn2014-06-116-9/+149
* update apache commons depsJames Ahlborn2014-05-281-2/+2
* add link to additional migration notesJames Ahlborn2014-05-281-0/+3
* add getBlob convenience methodJames Ahlborn2014-05-074-7/+22
* enhance javadocsJames Ahlborn2014-05-071-11/+11
* add convenience methods to Row for getting values cast to specific typesJames Ahlborn2014-05-0617-117/+237
* fix javadoc referenceJames Ahlborn2014-05-011-1/+1
* add some more cookbook contentJames Ahlborn2014-05-012-0/+85
* fix log messageJames Ahlborn2014-04-061-15/+18
* [maven-release-plugin] prepare for next development iterationJames Ahlborn2014-04-051-4/+4
* [maven-release-plugin] prepare release jackcess-2.0.4James Ahlborn2014-04-051-4/+4
* prep for releaseJames Ahlborn2014-04-051-1/+1
* add column validator unit tests, work out some wrinklesJames Ahlborn2014-03-247-46/+346
* add some convenience methods for working with primary keysJames Ahlborn2014-03-244-2/+62
* add initial ColumnValidator supportJames Ahlborn2014-03-2011-61/+312
* [maven-release-plugin] prepare for next development iterationJames Ahlborn2014-01-311-4/+4
* [maven-release-plugin] prepare release jackcess-2.0.3James Ahlborn2014-01-311-4/+4
* prep for releaseJames Ahlborn2014-01-311-2/+2
* Fix NullPointerException in RowImpl.toString when value is null.James Ahlborn2014-01-223-4/+26
* tweak exampleJames Ahlborn2013-12-011-2/+2
* [maven-release-plugin] prepare for next development iterationJames Ahlborn2013-11-301-4/+4
* [maven-release-plugin] prepare release jackcess-2.0.2James Ahlborn2013-11-301-4/+4
* prep for releaseJames Ahlborn2013-11-301-1/+1
* attempt to restore autonumbers on some add row failuresJames Ahlborn2013-11-263-1/+142
* Rework row add/update so that constraint violations do not leave behind parti...James Ahlborn2013-11-239-116/+572