aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/com/healthmarketscience/jackcess/impl/ColumnImpl.java
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of dateTimes before the access epoch. fixes issue #126James Ahlborn2015-06-181-8/+39
* tweak some docsJames Ahlborn2015-05-021-1/+1
* Allow optional direct insert/update of autonumber values. This is disabled b...James Ahlborn2015-05-011-13/+96
* relicense with Apache LicenseJames Ahlborn2015-04-171-22/+11
* missed a few more error context usagesJames Ahlborn2015-03-131-3/+5
* lower log level for certain system table warnings; add contextual info to man...James Ahlborn2015-03-081-21/+36
* handle input String boolean valuesJames Ahlborn2015-01-311-2/+7
* minor cleanup in toInternalValueJames Ahlborn2015-01-161-38/+38
* make SimpleColumnMatcher handle a wider range of input data types by coercing...James Ahlborn2015-01-161-10/+69
* rework unicode compression support, fixes issue 111James Ahlborn2014-11-151-78/+63
* add unit test for iteration early exit fixJames Ahlborn2014-09-221-6/+2
* fix creation of calculated fieldsJames Ahlborn2014-09-161-7/+17
* Add the ability to create tables with calculated fieldsJames Ahlborn2014-09-131-4/+17
* some minor cleanups for reading and writing calculated columns (issue #105)James Ahlborn2014-09-081-5/+8
* initial support for reading and writing calculated columns (issue #105)James Ahlborn2014-09-071-490/+220
* refactor ColumnImpl into multiple type specific sub-classesJames Ahlborn2014-08-071-231/+99
* add column validator unit tests, work out some wrinklesJames Ahlborn2014-03-241-0/+24
* add initial ColumnValidator supportJames Ahlborn2014-03-201-0/+24
* attempt to restore autonumbers on some add row failuresJames Ahlborn2013-11-261-0/+30
* Add support for modifying propertiesJames Ahlborn2013-10-111-25/+31
* Make reading long value columns more lenient (MEMO/OLE)James Ahlborn2013-10-041-2/+15
* minor updates and refactorsJames Ahlborn2013-10-011-1/+1
* rework compound content api; add more ole blob unit testsJames Ahlborn2013-09-281-6/+1
* initial support for blob creation/parsingJames Ahlborn2013-09-121-0/+2
* revamp tostring outputJames Ahlborn2013-09-091-18/+22
* move files into standard maven dir structureJames Ahlborn2013-08-161-0/+2280