diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2011-03-30 02:39:34 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2011-03-30 02:39:34 +0000 |
commit | fbaa90e40a43ad6951a87917777b2495270a816b (patch) | |
tree | 567cb4f60b16c8049bd29eb6233dfc53730b8162 /TODO.txt | |
parent | f96ce156f9f7c599702d20463b3c500c687ecd92 (diff) | |
download | jackcess-fbaa90e40a43ad6951a87917777b2495270a816b.tar.gz jackcess-fbaa90e40a43ad6951a87917777b2495270a816b.zip |
update todo list after recent changes
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@540 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'TODO.txt')
-rw-r--r-- | TODO.txt | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -1,17 +1,12 @@ Missing pieces: -- implement index creation - * HARD (still missing knowledge about all the magic bits in index meta data) +- implement foreign key index creation + * MEDIUM - implement table, column, index renaming * EASY - implement table, column, index deletion * EASY - MEDIUM - implement more comprehensive unicode compression write support * EASY? (have the code, do we trust it?) -- implement duplicateTable(Table, db, newName), or (oldName, newName) - - by doing binary level copy, could maybe workaround missing jackcess - features (like create index) - - do optional data copy which preserves autonumbers - * EASY - MEDIUM - implement createReadOnlyTemp(InputStream) (delete temp file on close) * EASY |