]> source.dussan.org Git - jackcess.git/commitdiff
update todo list after recent changes
authorJames Ahlborn <jtahlborn@yahoo.com>
Wed, 30 Mar 2011 02:39:34 +0000 (02:39 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Wed, 30 Mar 2011 02:39:34 +0000 (02:39 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@540 f203690c-595d-4dc9-a70b-905162fa7fd2

TODO.txt

index e8a310aacef67903ebbace3f5f6058eb4054b5e3..cb5808967c17f2c78c992d141b1cb8a6784306a7 100644 (file)
--- 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