aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/com/healthmarketscience/jackcess/impl/ColumnImpl.java
Commit message (Expand)AuthorAgeFilesLines
* Add Table methods to access the creation and last modified datesJames Ahlborn2021-07-071-1/+1
* Add support for extended date/time type in access 2019+ dbsJames Ahlborn2021-06-081-7/+103
* no longer need to use initCausemodulesJames Ahlborn2021-01-201-8/+4
* isolate java.sql usage so that the module is not required for core jackcess u...James Ahlborn2021-01-171-26/+15
* add new sort order for legacy 97 collation orderJames Ahlborn2019-08-061-12/+23
* merge trunk changes through r1258James Ahlborn2018-12-311-2/+13
|\
| * Fix length in units calculation for Access 97 text fields. Fixes #151James Ahlborn2018-12-311-2/+13
* | add system prop for date/time type; rework how date/times are written based o...James Ahlborn2018-12-281-21/+54
* | merge trunk changes through r1241James Ahlborn2018-12-171-0/+6
|\|
| * Ignore column validators for read-only dbs. This will avoid irrelevant failu...James Ahlborn2018-12-171-0/+6
| * minor tweaks to date handling; clear caches when config updated; ensure date ...James Ahlborn2018-12-101-1/+1
* | use interface to pass zone info into date/time conversion methodsJames Ahlborn2018-12-151-27/+41
* | switch expression engine to LocalDateTimeJames Ahlborn2018-12-151-48/+28
* | round LDT date/times to millis; add some initial tests for LDT timesJames Ahlborn2018-12-131-7/+38
* | initial support for LocalDateTime and Temporal typesJames Ahlborn2018-12-111-52/+304
* | switch to commons lang3James Ahlborn2018-11-271-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