aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* rework unicode compression support, fixes issue 111James Ahlborn2014-11-1513-2307/+99
* more unit test perf tweaksJames Ahlborn2014-10-132-3/+7
* fix code exampleJames Ahlborn2014-10-111-1/+1
* 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
* prepare for releaseJames Ahlborn2014-09-181-1/+1
* fix creation of calculated fieldsJames Ahlborn2014-09-164-14/+62
* 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-092-2/+21
* 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-0718-586/+1042
* 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
* 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-011-0/+79
* fix log messageJames Ahlborn2014-04-061-15/+18
* 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
* 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
* 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
* add feature number to changesJames Ahlborn2013-11-231-1/+2
* Add ConstraintViolationException to distinguish exceptions due to violating d...James Ahlborn2013-11-134-8/+58
* remove unnecessary methodsJames Ahlborn2013-11-072-38/+1
* cookbook updatesJames Ahlborn2013-11-061-0/+19
* minor cleanups/formattingJames Ahlborn2013-10-157-11/+1
* make RowIdImpl serializable; clean up some formattingJames Ahlborn2013-10-152-8/+9
* prep for releaseJames Ahlborn2013-10-141-1/+1
* prep for releaseJames Ahlborn2013-10-141-1/+1
* clarify changesJames Ahlborn2013-10-131-1/+1
* add unit tests for property modificationJames Ahlborn2013-10-121-16/+110
* update unit tests to new propertymaps constructorJames Ahlborn2013-10-121-2/+2
* add public api for modifying propertiesJames Ahlborn2013-10-115-14/+110