aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/com/healthmarketscience/jackcess/impl/CalculatedColumnUtil.java
Commit message (Expand)AuthorAgeFilesLines
* no longer need to use initCausemodulesJames Ahlborn2021-01-201-4/+2
* merge trunk changes through r1258James Ahlborn2018-12-311-4/+6
|\
| * Fix length in units calculation for Access 97 text fields. Fixes #151James Ahlborn2018-12-311-4/+6
* | get javadocs displaying correctlyJames Ahlborn2018-12-181-1/+1
* | upgrade poi; upgrade various pluginsJames Ahlborn2018-11-271-1/+1
|/
* plug expr evaluation into columns/tables; create Identifier for tracking expr...James Ahlborn2018-05-081-0/+60
* start enforcing the required and no-zero len column propertiesJames Ahlborn2018-04-291-16/+18
* Add full support for access 2016 databases including the new 'Large Number' (...James Ahlborn2017-12-191-1/+1
* handle reading null calculated values, fixes #125James Ahlborn2015-06-171-1/+13
* relicense with Apache LicenseJames Ahlborn2015-04-171-14/+11
* missed a few more error context usagesJames Ahlborn2015-03-131-1/+2
* lower log level for certain system table warnings; add contextual info to man...James Ahlborn2015-03-081-5/+3
* fix creation of calculated fieldsJames Ahlborn2014-09-161-3/+10
* some minor cleanups for reading and writing calculated columns (issue #105)James Ahlborn2014-09-081-16/+65
* initial support for reading and writing calculated columns (issue #105)James Ahlborn2014-09-071-0/+327