summaryrefslogtreecommitdiffstats
path: root/TODO.txt
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2013-03-08 02:31:37 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2013-03-08 02:31:37 +0000
commitc9a706c2346e9b75f953dfdbf001f1688e07f6d2 (patch)
treef15a539d3b99aefcfeb7b1f63639b41b7014458c /TODO.txt
parent8ab1652512c8b49a0ad222f99276c1fa2ddc59d3 (diff)
downloadjackcess-c9a706c2346e9b75f953dfdbf001f1688e07f6d2.tar.gz
jackcess-c9a706c2346e9b75f953dfdbf001f1688e07f6d2.zip
no longer use ColumnImpl to construct new tables; rip out some useless debug messages; enable filters to setup per-call state
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jackcess-2@675 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index e630bde..9a89be1 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -35,3 +35,6 @@ Refactor goals:
- remove debug log blocks
- add Row interface
- change savepoint to use table number instead of name?
+- don't use columnimpl for creating tables
+ - clean up columnimpl/tableimpl constructors
+- add updateCurrentRow(Map), add updateRow(Row)