aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rework row add/update so that constraint violations do not leave behind parti...James Ahlborn2013-11-237-115/+469
* Add ConstraintViolationException to distinguish exceptions due to violating d...James Ahlborn2013-11-133-8/+52
* remove unnecessary methodsJames Ahlborn2013-11-071-37/+0
* minor cleanups/formattingJames Ahlborn2013-10-157-11/+1
* make RowIdImpl serializable; clean up some formattingJames Ahlborn2013-10-152-8/+9
* add public api for modifying propertiesJames Ahlborn2013-10-115-14/+110
* Add support for modifying propertiesJames Ahlborn2013-10-115-69/+443
* Make reading long value columns more lenient (MEMO/OLE)James Ahlborn2013-10-041-2/+15
* minor updates and refactorsJames Ahlborn2013-10-013-25/+19
* rework compound content api; add more ole blob unit testsJames Ahlborn2013-09-285-66/+156
* fix formattingJames Ahlborn2013-09-221-2/+2
* tweak oleblob testsJames Ahlborn2013-09-181-1/+1
* add some oleblob unit testsJames Ahlborn2013-09-181-2/+6
* add some ole javadocsJames Ahlborn2013-09-172-18/+120
* fix poi detection code for ole handlingJames Ahlborn2013-09-152-1/+7
* implement nicer ascii text conversion for ole package pathsJames Ahlborn2013-09-151-0/+17
* Ignore invalid column usage map definitions, fixes issue 97James Ahlborn2013-09-142-6/+20
* initial support for blob creation/parsingJames Ahlborn2013-09-126-23/+1336
* add closeQuietly util methodJames Ahlborn2013-09-106-46/+21
* a little more revamp tostring outputJames Ahlborn2013-09-092-15/+15
* revamp tostring outputJames Ahlborn2013-09-0912-136/+353
* move files into standard maven dir structureJames Ahlborn2013-08-16115-0/+32883