aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/com/healthmarketscience/jackcess/impl/TableMutator.java
Commit message (Expand)AuthorAgeFilesLines
* Fix adding fixed length columns to an existing table. fixes #159James Ahlborn2024-12-141-9/+16
* ensure unique rel name and limit total lengthJames Ahlborn2016-09-071-2/+2
* implement fkref writing; more error context; make relationship name uniqueJames Ahlborn2016-08-271-12/+23
* reorg to prep for RelationshipBuilder; move remaining table creation logic fr...James Ahlborn2016-07-191-192/+150
* populate new index data after creationJames Ahlborn2016-06-221-2/+2
* get add index def functionalJames Ahlborn2016-06-211-0/+14
* implement check for determining backing index dataJames Ahlborn2016-06-181-5/+52
* implement most of the dirty work for adding indexesJames Ahlborn2016-06-161-2/+20
* checkpointing some progress on add indexJames Ahlborn2016-06-011-11/+116
* add usage maps for lval colsJames Ahlborn2016-04-291-5/+0
* some initial code for mutation supportJames Ahlborn2016-04-281-0/+102