aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.txt
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2011-03-30 02:39:34 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2011-03-30 02:39:34 +0000
commitfbaa90e40a43ad6951a87917777b2495270a816b (patch)
tree567cb4f60b16c8049bd29eb6233dfc53730b8162 /TODO.txt
parentf96ce156f9f7c599702d20463b3c500c687ecd92 (diff)
downloadjackcess-fbaa90e40a43ad6951a87917777b2495270a816b.tar.gz
jackcess-fbaa90e40a43ad6951a87917777b2495270a816b.zip
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
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt9
1 files changed, 2 insertions, 7 deletions
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