aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/java/com
Commit message (Expand)AuthorAgeFilesLines
* update javadocs, minor cleanupsmutateopsJames Ahlborn2016-09-081-5/+4
* expand unit testsJames Ahlborn2016-09-081-63/+115
* add some unit testsJames Ahlborn2016-09-051-0/+125
* merge trunk changes through r1024James Ahlborn2016-09-041-2/+2
|\
| * minor cleanupsJames Ahlborn2016-09-041-2/+2
* | merge trunk changes through r1022James Ahlborn2016-09-041-0/+7
|\|
| * Change multi-value complex columns so that they return all relevant column pr...James Ahlborn2016-09-041-0/+7
* | add support for sharing backing index data across indexes during table creationJames Ahlborn2016-05-191-0/+51
|/
* Allow null values in foreign key fields when enforcing referential integrity....James Ahlborn2016-03-211-3/+6
* Add Database.getTableMetaData method to enable getting basic info about a Tab...James Ahlborn2016-02-161-2/+30
* Fix missing column names in AppendQuery SQL strings. Fixes #131James Ahlborn2016-01-121-1/+22
* Add FileFormat.GENERIC_JET4 in order to support getting the file format for j...James Ahlborn2015-11-251-0/+11
* Add some utility methods for handling Dates in an Access compatible manner. ...James Ahlborn2015-11-252-1/+53
* Fix handling of dateTimes before the access epoch. fixes issue #126James Ahlborn2015-06-181-0/+27
* Allow optional direct insert/update of autonumber values. This is disabled b...James Ahlborn2015-05-013-79/+502
* 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-262-7/+7
* relicense with Apache LicenseJames Ahlborn2015-04-1722-420/+242
* Implement support for indexes on BINARY fieldsJames Ahlborn2015-03-162-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-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