aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.txt
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2015-05-02 21:32:02 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2015-05-02 21:32:02 +0000
commitd70251c8fb736a5660a282910acc849603b68e65 (patch)
tree35f82d7226a41b1a6ef639d64a91da2c58bd3922 /TODO.txt
parente8616e647606956573e6b33bfd0c098c63f3886e (diff)
downloadjackcess-d70251c8fb736a5660a282910acc849603b68e65.tar.gz
jackcess-d70251c8fb736a5660a282910acc849603b68e65.zip
tweak some docs
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@942 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index f60b600..9512271 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -25,3 +25,11 @@ Refactor goals:
- implement page buffering in PageChannel
* need to implement logical flushing in update code (startUpdate/finishUpdate)
- add typed getter methods to PropertyMap
+
+Index add (fk impl)
+- Database.addIndex(IndexBuilder) - use TableCreator internal
+ - add indexes separately from adding fk info,
+ - 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)