diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2015-05-02 21:32:02 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2015-05-02 21:32:02 +0000 |
commit | d70251c8fb736a5660a282910acc849603b68e65 (patch) | |
tree | 35f82d7226a41b1a6ef639d64a91da2c58bd3922 /TODO.txt | |
parent | e8616e647606956573e6b33bfd0c098c63f3886e (diff) | |
download | jackcess-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.txt | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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) |