aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/com/healthmarketscience/jackcess/impl/TableImpl.java
Commit message (Expand)AuthorAgeFilesLines
* Throw a prettier exception when maxing out the row size during row creation. ...James Ahlborn2015-10-311-2/+10
* tweak some docsJames Ahlborn2015-05-021-1/+1
* Allow optional direct insert/update of autonumber values. This is disabled b...James Ahlborn2015-05-011-48/+140
* relicense with Apache LicenseJames Ahlborn2015-04-171-22/+11
* lower log level for certain system table warnings; add contextual info to man...James Ahlborn2015-03-081-27/+45
* some minor cleanups for reading and writing calculated columns (issue #105)James Ahlborn2014-09-081-2/+2
* initial support for reading and writing calculated columns (issue #105)James Ahlborn2014-09-071-14/+17
* refactor ColumnImpl into multiple type specific sub-classesJames Ahlborn2014-08-071-2/+2
* add column validator unit tests, work out some wrinklesJames Ahlborn2014-03-241-43/+74
* add initial ColumnValidator supportJames Ahlborn2014-03-201-45/+68
* attempt to restore autonumbers on some add row failuresJames Ahlborn2013-11-261-1/+37
* Rework row add/update so that constraint violations do not leave behind parti...James Ahlborn2013-11-231-79/+155
* add public api for modifying propertiesJames Ahlborn2013-10-111-0/+16
* minor updates and refactorsJames Ahlborn2013-10-011-16/+17
* Ignore invalid column usage map definitions, fixes issue 97James Ahlborn2013-09-141-6/+15
* revamp tostring outputJames Ahlborn2013-09-091-22/+17
* move files into standard maven dir structureJames Ahlborn2013-08-161-0/+2563