aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/com/healthmarketscience/jackcess/impl/LongValueColumnImpl.java
Commit message (Expand)AuthorAgeFilesLines
* Fix length in units calculation for Access 97 text fields. Fixes #151James Ahlborn2018-12-311-2/+10
* start enforcing the required and no-zero len column propertiesJames Ahlborn2018-04-291-32/+32
* Add support for global usage maps which are reference type maps. fixes issue ...James Ahlborn2016-11-171-1/+1
* remove debug outputJames Ahlborn2016-09-071-1/+0
* actually write added column usage maps correctlyJames Ahlborn2016-05-031-0/+1
* add usage maps for lval colsJames Ahlborn2016-04-291-1/+12
* begin adding umap supportJames Ahlborn2016-04-291-0/+6
* relicense with Apache LicenseJames Ahlborn2015-04-171-14/+11
* lower log level for certain system table warnings; add contextual info to man...James Ahlborn2015-03-081-16/+21
* fix regression where empty memo values are returned as null (issue 110)James Ahlborn2014-09-291-1/+4
* some minor cleanups for reading and writing calculated columns (issue #105)James Ahlborn2014-09-081-4/+6
* initial support for reading and writing calculated columns (issue #105)James Ahlborn2014-09-071-9/+380
* refactor ColumnImpl into multiple type specific sub-classesJames Ahlborn2014-08-071-0/+142