diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2016-09-08 12:29:32 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2016-09-08 12:29:32 +0000 |
commit | 4de28cb4f6595148baaf36a57875e20c32faeda2 (patch) | |
tree | bbc5df96955b5a052c037831988a93e7444486f9 /TODO.txt | |
parent | 8fdd98bd2a2bcfda6c7cd408180adad5009b9740 (diff) | |
download | jackcess-4de28cb4f6595148baaf36a57875e20c32faeda2.tar.gz jackcess-4de28cb4f6595148baaf36a57875e20c32faeda2.zip |
update javadocs, minor cleanupsmutateops
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@1030 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'TODO.txt')
-rw-r--r-- | TODO.txt | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -2,8 +2,6 @@ Missing pieces: - fix long text index entries (for new general sort order) * ??? -- implement foreign key index creation & relationship creation - * MEDIUM - implement table creation w/ complex columns * MEDIUM - implement table, column, index renaming @@ -19,13 +17,3 @@ Rename: - Table - update table def, queries, relationships, complex tables? - Column - update table def, queries, relationships, complex tables? - Index - update table def - -Index add (fk impl) -- Database.addIndex(IndexBuilder) - use TableCreator internal - - add indexes separately from adding fk info, (backing indexes need to be - added first) - - require baking indexes to be created first (does MSAccess?) - - need to populate index after creation! populate first, then add? - - add relationships -- flush all non-system tables from DbImpl._tableCache (references to old table - impls) |