aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/com/healthmarketscience/jackcess/impl/IndexImpl.java
Commit message (Expand)AuthorAgeFilesLines
* overrides everywhereJames Ahlborn2018-12-201-0/+12
* switch to commons lang3James Ahlborn2018-11-271-1/+1
* Implement support for partial index lookups. Efficient IndexCursor lookups c...James Ahlborn2017-04-031-0/+45
* ensure unique rel name and limit total lengthJames Ahlborn2016-09-071-4/+3
* set fk typeJames Ahlborn2016-08-301-0/+3
* implement adding indexes for integ enforced relationshipsJames Ahlborn2016-08-301-1/+1
* implement fkref writing; more error context; make relationship name uniqueJames Ahlborn2016-08-271-6/+28
* reorg to prep for RelationshipBuilder; move remaining table creation logic fr...James Ahlborn2016-07-191-2/+2
* implement most of the dirty work for adding indexesJames Ahlborn2016-06-161-12/+20
* checkpointing some progress on add indexJames Ahlborn2016-06-011-3/+3
* add support for sharing backing index data across indexes during table creationJames Ahlborn2016-05-191-1/+1
* Add support for cascade null on delete relationships. Add support for the re...James Ahlborn2016-03-301-3/+18
* relicense with Apache LicenseJames Ahlborn2015-04-171-22/+11
* lower log level for certain system table warnings; add contextual info to man...James Ahlborn2015-03-081-8/+19
* remove unnecessary methodsJames Ahlborn2013-11-071-37/+0
* revamp tostring outputJames Ahlborn2013-09-091-17/+15
* move files into standard maven dir structureJames Ahlborn2013-08-161-0/+463