aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/com/healthmarketscience/jackcess/impl/ColumnImpl.java
Commit message (Expand)AuthorAgeFilesLines
* minor tweaks to date handling; clear caches when config updated; ensure date ...James Ahlborn2018-12-101-1/+1
* add unit tests for property expression evaluation featuresJames Ahlborn2018-06-051-1/+1
* allow col validator to get this column by nameJames Ahlborn2018-06-041-0/+6
* plug expr evaluation into columns/tables; create Identifier for tracking expr...James Ahlborn2018-05-081-9/+93
* start enforcing the required and no-zero len column propertiesJames Ahlborn2018-04-291-135/+230
* merge trunk changes through r1138James Ahlborn2018-02-081-0/+8
|\
| * Add full support for access 2016 databases including the new 'Large Number' (...James Ahlborn2017-12-191-0/+8
* | merge trunk changes through r1100James Ahlborn2017-05-241-1/+1
|\|
| * Allow inserting negative auto number fields, fixes pull request #3James Ahlborn2017-05-071-1/+1
* | checkpoint reworking expression classes and implementing many basic operationsJames Ahlborn2016-12-091-19/+86
* | rework classes, add more interfaces; start implementing builtin functions usi...James Ahlborn2016-11-031-0/+9
|/
* reorg to prep for RelationshipBuilder; move remaining table creation logic fr...James Ahlborn2016-07-191-4/+4
* implement most of the dirty work for adding indexesJames Ahlborn2016-06-161-0/+26
* begin adding umap supportJames Ahlborn2016-04-291-1/+6
* some initial code for mutation supportJames Ahlborn2016-04-281-81/+67
* Add support for cascade null on delete relationships. Add support for the re...James Ahlborn2016-03-301-3/+3
* 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