diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2013-03-08 02:31:37 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2013-03-08 02:31:37 +0000 |
commit | c9a706c2346e9b75f953dfdbf001f1688e07f6d2 (patch) | |
tree | f15a539d3b99aefcfeb7b1f63639b41b7014458c /TODO.txt | |
parent | 8ab1652512c8b49a0ad222f99276c1fa2ddc59d3 (diff) | |
download | jackcess-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.txt | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |