From: James Ahlborn Date: Wed, 30 Mar 2011 02:39:34 +0000 (+0000) Subject: update todo list after recent changes X-Git-Tag: jackcess-1.2.4~17 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=fbaa90e40a43ad6951a87917777b2495270a816b;p=jackcess.git 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 --- diff --git a/TODO.txt b/TODO.txt index e8a310a..cb58089 100644 --- a/TODO.txt +++ b/TODO.txt @@ -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