aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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-0719-586/+1057
* 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
* update apache commons depsJames Ahlborn2014-05-281-2/+2
* add link to additional migration notesJames Ahlborn2014-05-281-0/+3
* add getBlob convenience methodJames Ahlborn2014-05-074-7/+22
* enhance javadocsJames Ahlborn2014-05-071-11/+11
* add convenience methods to Row for getting values cast to specific typesJames Ahlborn2014-05-0617-117/+237
* fix javadoc referenceJames Ahlborn2014-05-011-1/+1
* add some more cookbook contentJames Ahlborn2014-05-012-0/+85
* fix log messageJames Ahlborn2014-04-061-15/+18
* [maven-release-plugin] prepare for next development iterationJames Ahlborn2014-04-051-4/+4
* [maven-release-plugin] prepare release jackcess-2.0.4James Ahlborn2014-04-051-4/+4
* prep for releaseJames Ahlborn2014-04-051-1/+1
* add column validator unit tests, work out some wrinklesJames Ahlborn2014-03-247-46/+346
* add some convenience methods for working with primary keysJames Ahlborn2014-03-244-2/+62
* add initial ColumnValidator supportJames Ahlborn2014-03-2011-61/+312
* [maven-release-plugin] prepare for next development iterationJames Ahlborn2014-01-311-4/+4
* [maven-release-plugin] prepare release jackcess-2.0.3James Ahlborn2014-01-311-4/+4
* prep for releaseJames Ahlborn2014-01-311-2/+2
* Fix NullPointerException in RowImpl.toString when value is null.James Ahlborn2014-01-223-4/+26
* tweak exampleJames Ahlborn2013-12-011-2/+2
* [maven-release-plugin] prepare for next development iterationJames Ahlborn2013-11-301-4/+4
* [maven-release-plugin] prepare release jackcess-2.0.2James Ahlborn2013-11-301-4/+4
* prep for releaseJames Ahlborn2013-11-301-1/+1
* attempt to restore autonumbers on some add row failuresJames Ahlborn2013-11-263-1/+142
* Rework row add/update so that constraint violations do not leave behind parti...James Ahlborn2013-11-239-116/+572
* add feature number to changesJames Ahlborn2013-11-231-1/+2
* Add ConstraintViolationException to distinguish exceptions due to violating d...James Ahlborn2013-11-134-8/+58
* remove unnecessary methodsJames Ahlborn2013-11-072-38/+1
* cookbook updatesJames Ahlborn2013-11-061-0/+19
* minor cleanups/formattingJames Ahlborn2013-10-157-11/+1
* make RowIdImpl serializable; clean up some formattingJames Ahlborn2013-10-152-8/+9
* updatesJames Ahlborn2013-10-151-3/+1
* [maven-release-plugin] prepare for next development iterationJames Ahlborn2013-10-141-4/+4
* [maven-release-plugin] prepare release jackcess-2.0.1James Ahlborn2013-10-141-4/+4
* prep for releaseJames Ahlborn2013-10-141-1/+1
* prep for releaseJames Ahlborn2013-10-141-1/+1
* clarify changesJames Ahlborn2013-10-131-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 public api for modifying propertiesJames Ahlborn2013-10-115-14/+110
* Add support for modifying propertiesJames Ahlborn2013-10-117-74/+501
* Make reading long value columns more lenient (MEMO/OLE)James Ahlborn2013-10-042-2/+21
* minor updates and refactorsJames Ahlborn2013-10-014-35/+19
* update parent pomJames Ahlborn2013-09-301-1/+1
* rework compound content api; add more ole blob unit testsJames Ahlborn2013-09-288-67/+312