]> source.dussan.org Git - jackcess.git/commitdiff
more ideas
authorJames Ahlborn <jtahlborn@yahoo.com>
Tue, 17 Nov 2009 03:43:47 +0000 (03:43 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Tue, 17 Nov 2009 03:43:47 +0000 (03:43 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@412 f203690c-595d-4dc9-a70b-905162fa7fd2

TODO.txt

index a0e6e58c53a2023f9c1016d584751a0c77a7cd00..74c772e6d8b87c5e259c64a2e24138965cc8d409 100644 (file)
--- a/TODO.txt
+++ b/TODO.txt
@@ -2,8 +2,6 @@ Missing pieces:
 
 - handle more text index entry types (extended charsets, alternate encodings)
   * MEDIUM
-- handle row "updates": write row data back to current row, handling overflow
-  * MEDIUM
 - implement index creation
   * VERY HARD (still missing knowledge about all the magic bits in index meta
     data)
@@ -12,3 +10,11 @@ Missing pieces:
 - 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