aboutsummaryrefslogtreecommitdiffstats
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Implement support for indexes on BINARY fieldsJames Ahlborn2015-03-163-1/+41
* add some convenience methods for new TableIterableBuilder; add change notes f...James Ahlborn2015-03-041-4/+2
* fix linked table test; add unit tests for new table iteration methodsJames Ahlborn2015-02-231-1/+43
* test isLinkedTable method, feature #28James Ahlborn2015-02-131-0/+4
* Don't double quote already quoted identifiers. fixes patch 18James Ahlborn2014-12-031-1/+1
* more unit tests for unicode compressionJames Ahlborn2014-11-151-2/+28
* rework unicode compression support, fixes issue 111James Ahlborn2014-11-154-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-143-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-283-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-16100-0/+8745