aboutsummaryrefslogtreecommitdiffstats
path: root/src/main
Commit message (Expand)AuthorAgeFilesLines
* tweak some docsJames Ahlborn2015-05-023-3/+3
* Allow optional direct insert/update of autonumber values. This is disabled b...James Ahlborn2015-05-015-61/+312
* more user friendly exception messageJames Ahlborn2015-04-211-2/+3
* Load linked table info from system table when reading databases with unsuppor...James Ahlborn2015-04-211-9/+9
* relicense with Apache LicenseJames Ahlborn2015-04-17128-2076/+1332
* remove unused loggersJames Ahlborn2015-03-265-21/+0
* need to compare primitive shortJames Ahlborn2015-03-261-1/+1
* cleanup some ColumnBuilder stuff around copying existing columns, remove usel...James Ahlborn2015-03-191-24/+50
* better index setup callJames Ahlborn2015-03-181-1/+1
* Implement support for indexes on BINARY fieldsJames Ahlborn2015-03-163-38/+114
* missed a few more error context usagesJames Ahlborn2015-03-132-4/+7
* lower log level for certain system table warnings; add contextual info to man...James Ahlborn2015-03-0815-256/+425
* add some convenience methods for new TableIterableBuilder; add change notes f...James Ahlborn2015-03-042-2/+21
* fix linked table test; add unit tests for new table iteration methodsJames Ahlborn2015-02-231-8/+35
* add more flexible table iteration, feature #28James Ahlborn2015-02-143-20/+136
* add method to simplify testing whether or not a Table is linked to a Database...James Ahlborn2015-02-132-0/+24
* handle input String boolean valuesJames Ahlborn2015-01-311-2/+7
* Make ColumnBuilder.setMaxLength do the right thing regardless of column type....James Ahlborn2015-01-312-4/+31
* minor cleanup in toInternalValueJames Ahlborn2015-01-161-38/+38
* make SimpleColumnMatcher handle a wider range of input data types by coercing...James Ahlborn2015-01-162-12/+97
* Better validation of identifier names (disallow invalid characters according ...James Ahlborn2014-12-045-9/+75
* Don't double quote already quoted identifiers. fixes patch 18James Ahlborn2014-12-031-1/+8
* Fix table name quoting for append and make table queries. fixes patch #17James Ahlborn2014-12-012-2/+4
* Add newer sql type to access type mappings if the jvm supports them. fixes #113James Ahlborn2014-11-261-0/+27
* make money columns report accurate scale/precision, fixes #112James Ahlborn2014-11-221-1/+2
* rework unicode compression support, fixes issue 111James Ahlborn2014-11-158-1685/+63
* more unit test perf tweaksJames Ahlborn2014-10-131-1/+6
* fix regression where empty memo values are returned as null (issue 110)James Ahlborn2014-09-291-1/+4
* 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-221-6/+2
* IndexCursor can early exit when searching based on indexed values, fixes 109James Ahlborn2014-09-212-26/+47
* fix creation of calculated fieldsJames Ahlborn2014-09-163-10/+32
* Add the ability to create tables with calculated fieldsJames Ahlborn2014-09-134-6/+97
* add tests for builder property settersJames Ahlborn2014-09-111-1/+1
* add some unit test for property type inferenceJames Ahlborn2014-09-091-2/+3
* add ability to set properties in the various BuldersJames Ahlborn2014-09-095-12/+290
* some minor cleanups for reading and writing calculated columns (issue #105)James Ahlborn2014-09-087-32/+86
* initial support for reading and writing calculated columns (issue #105)James Ahlborn2014-09-0714-576/+1033
* 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-114-9/+73
* add getBlob convenience methodJames Ahlborn2014-05-073-4/+20
* enhance javadocsJames Ahlborn2014-05-071-11/+11
* add convenience methods to Row for getting values cast to specific typesJames Ahlborn2014-05-066-49/+168
* fix javadoc referenceJames Ahlborn2014-05-011-1/+1
* fix log messageJames Ahlborn2014-04-061-15/+18
* add column validator unit tests, work out some wrinklesJames Ahlborn2014-03-245-46/+121
* add some convenience methods for working with primary keysJames Ahlborn2014-03-243-0/+60
* add initial ColumnValidator supportJames Ahlborn2014-03-209-46/+286
* Fix NullPointerException in RowImpl.toString when value is null.James Ahlborn2014-01-221-4/+13
* attempt to restore autonumbers on some add row failuresJames Ahlborn2013-11-262-1/+67