aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/java
Commit message (Expand)AuthorAgeFilesLines
* rework unicode compression support, fixes issue 111James Ahlborn2014-11-153-622/+30
* more unit test perf tweaksJames Ahlborn2014-10-131-2/+1
* fix regression where empty memo values are returned as null (issue 110)James Ahlborn2014-09-292-2/+37
* add unit test for iteration early exit fixJames Ahlborn2014-09-221-0/+58
* fix creation of calculated fieldsJames Ahlborn2014-09-161-4/+30
* add some unit tests for calc fieldsJames Ahlborn2014-09-142-1/+130
* add tests for builder property settersJames Ahlborn2014-09-111-2/+51
* add some unit test for property type inferenceJames Ahlborn2014-09-091-0/+18
* initial support for reading and writing calculated columns (issue #105)James Ahlborn2014-09-074-10/+9
* more test speedupsJames Ahlborn2014-08-245-20/+62
* speed up unit tests by delaying disk syncsJames Ahlborn2014-08-181-6/+21
* Add Cursor.findRow(RowId) for moving to a specific Table row using only the R...James Ahlborn2014-06-111-0/+70
* add getBlob convenience methodJames Ahlborn2014-05-071-3/+2
* add convenience methods to Row for getting values cast to specific typesJames Ahlborn2014-05-0611-68/+69
* add column validator unit tests, work out some wrinklesJames Ahlborn2014-03-242-0/+225
* add some convenience methods for working with primary keysJames Ahlborn2014-03-241-2/+2
* add initial ColumnValidator supportJames Ahlborn2014-03-201-15/+20
* Fix NullPointerException in RowImpl.toString when value is null.James Ahlborn2014-01-221-0/+8
* attempt to restore autonumbers on some add row failuresJames Ahlborn2013-11-261-0/+75
* Rework row add/update so that constraint violations do not leave behind parti...James Ahlborn2013-11-231-1/+99
* remove unnecessary methodsJames Ahlborn2013-11-071-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 support for modifying propertiesJames Ahlborn2013-10-111-5/+55
* rework compound content api; add more ole blob unit testsJames Ahlborn2013-09-282-1/+156
* tweak oleblob testsJames Ahlborn2013-09-182-29/+46
* add some oleblob unit testsJames Ahlborn2013-09-182-5/+148
* fix rawstring tostring testsJames Ahlborn2013-09-152-7/+7
* fix unit test broken by tostring changesJames Ahlborn2013-09-121-2/+2
* move files into standard maven dir structureJames Ahlborn2013-08-1623-0/+8731