aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.txt
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2009-11-17 03:43:47 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2009-11-17 03:43:47 +0000
commit1d62cd563e34ef794db7acc6f0dc4a789f80d0a2 (patch)
tree8715d8e323ebc6e79ea8dbb26e9abee77c66b300 /TODO.txt
parentc190f7216c07da257eebad77d587ee7a21654899 (diff)
downloadjackcess-1d62cd563e34ef794db7acc6f0dc4a789f80d0a2.tar.gz
jackcess-1d62cd563e34ef794db7acc6f0dc4a789f80d0a2.zip
more ideas
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@412 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt10
1 files changed, 8 insertions, 2 deletions
diff --git a/TODO.txt b/TODO.txt
index a0e6e58..74c772e 100644
--- 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