]> source.dussan.org Git - jackcess.git/commitdiff
update TODO notes
authorJames Ahlborn <jtahlborn@yahoo.com>
Mon, 10 Mar 2008 03:00:04 +0000 (03:00 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Mon, 10 Mar 2008 03:00:04 +0000 (03:00 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@256 f203690c-595d-4dc9-a70b-905162fa7fd2

TODO.txt

index 87e1896a9abe47425088cae0d5d9710f55f6d67e..45a3921c6a1f3a8fe8f1b5d94940a092a92c6056 100644 (file)
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,8 +1,17 @@
 Missing pieces:
 
-- large index update support (can read large indexes, but not update them),
-  and various other index handling issues
+- large index update support (can read large indexes, but not update them)
+  * HARD (all the knowledge exists, but lots of coding remains)
+- handle more text index entry types (extended charsets, alternate encodings)
+  * MEDIUM
 - determine when/when not to inline memo/ole data for a row of data depending
   on how much will be written in the current row
+  * MEDIUM
 - implement index creation
+  * VERY HARD (still missing knowledge about all the magic bits in index meta
+    data)
+- implement table, column, index renaming
+  * EASY
+- implement table, column, index deletion
+  * EASY - MEDIUM