aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* relicense with Apache LicenseJames Ahlborn2015-04-17153-2517/+1592
* remove unused loggersJames Ahlborn2015-03-265-21/+0
* need to compare primitive shortJames Ahlborn2015-03-261-1/+1
* prep for releaseJames Ahlborn2015-03-211-1/+1
* cleanup some ColumnBuilder stuff around copying existing columns, remove usel...James Ahlborn2015-03-192-24/+55
* better index setup callJames Ahlborn2015-03-181-1/+1
* Implement support for indexes on BINARY fieldsJames Ahlborn2015-03-167-39/+158
* 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-0816-256/+432
* add some convenience methods for new TableIterableBuilder; add change notes f...James Ahlborn2015-03-044-6/+32
* fix linked table test; add unit tests for new table iteration methodsJames Ahlborn2015-02-232-9/+78
* add more flexible table iteration, feature #28James Ahlborn2015-02-143-20/+136
* test isLinkedTable method, feature #28James Ahlborn2015-02-131-0/+4
* 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-0/+3
* handle input String boolean valuesJames Ahlborn2015-01-311-2/+7
* Make ColumnBuilder.setMaxLength do the right thing regardless of column type....James Ahlborn2015-01-313-4/+37
* 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
* prep for releaseJames Ahlborn2014-12-261-1/+1
* update some out of date info on the faqJames Ahlborn2014-12-101-25/+10
* Better validation of identifier names (disallow invalid characters according ...James Ahlborn2014-12-046-9/+79
* Don't double quote already quoted identifiers. fixes patch 18James Ahlborn2014-12-033-2/+12
* Fix table name quoting for append and make table queries. fixes patch #17James Ahlborn2014-12-013-2/+7
* Add newer sql type to access type mappings if the jvm supports them. fixes #113James Ahlborn2014-11-262-0/+32
* prep for releaseJames Ahlborn2014-11-231-1/+1
* make money columns report accurate scale/precision, fixes #112James Ahlborn2014-11-222-1/+5
* more unit tests for unicode compressionJames Ahlborn2014-11-151-2/+28
* 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