aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/com/healthmarketscience/jackcess/impl/IndexData.java
Commit message (Expand)AuthorAgeFilesLines
* use new general 97 index supportJames Ahlborn2019-08-161-2/+26
* overrides everywhereJames Ahlborn2018-12-201-0/+7
* upgrade poi; upgrade various pluginsJames Ahlborn2018-11-271-173/+173
* switch to commons lang3James Ahlborn2018-11-271-1/+1
* Add full support for access 2016 databases including the new 'Large Number' (...James Ahlborn2017-12-191-0/+1
* Implement support for partial index lookups. Efficient IndexCursor lookups c...James Ahlborn2017-04-031-5/+93
* Add support for global usage maps which are reference type maps. fixes issue ...James Ahlborn2016-11-171-1/+1
* reorg to prep for RelationshipBuilder; move remaining table creation logic fr...James Ahlborn2016-07-191-5/+5
* get add index def functionalJames Ahlborn2016-06-211-5/+4
* implement most of the dirty work for adding indexesJames Ahlborn2016-06-161-61/+12
* checkpointing some progress on add indexJames Ahlborn2016-06-011-5/+85
* add support for sharing backing index data across indexes during table creationJames Ahlborn2016-05-191-6/+5
* begin adding umap supportJames Ahlborn2016-04-291-0/+5
* Add support for cascade null on delete relationships. Add support for the re...James Ahlborn2016-03-301-3/+11
* relicense with Apache LicenseJames Ahlborn2015-04-171-22/+11
* Implement support for indexes on BINARY fieldsJames Ahlborn2015-03-161-32/+100
* lower log level for certain system table warnings; add contextual info to man...James Ahlborn2015-03-081-27/+71
* fix log messageJames Ahlborn2014-04-061-15/+18
* Rework row add/update so that constraint violations do not leave behind parti...James Ahlborn2013-11-231-21/+204
* Add ConstraintViolationException to distinguish exceptions due to violating d...James Ahlborn2013-11-131-4/+7
* revamp tostring outputJames Ahlborn2013-09-091-31/+55
* move files into standard maven dir structureJames Ahlborn2013-08-161-0/+2427