diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2013-03-14 03:20:50 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2013-03-14 03:20:50 +0000 |
commit | 0b7bbf207eabd1e59c6252e95f3f06d229001109 (patch) | |
tree | 8aed316224f51aac8f286ea9eab64cc5e9cf5d82 /TODO.txt | |
parent | 6faae316016729fdad25572fe14e4573dabaffdc (diff) | |
download | jackcess-0b7bbf207eabd1e59c6252e95f3f06d229001109.tar.gz jackcess-0b7bbf207eabd1e59c6252e95f3f06d229001109.zip |
first step separating impl from api
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jackcess-2@680 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'TODO.txt')
-rw-r--r-- | TODO.txt | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -38,3 +38,4 @@ Refactor goals: - don't use columnimpl for creating tables - clean up columnimpl/tableimpl constructors - add updateCurrentRow(Map), add updateRow(Row) +- sort out query types |