diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2013-10-15 00:26:17 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2013-10-15 00:26:17 +0000 |
commit | 324f49a0b7d62399a20c6cab35a9bc84260dce99 (patch) | |
tree | a95f425fd69e6cb8cdb71ca6b5ad1bb443c6794b /TODO.txt | |
parent | 5f757003e1223b1b2a5681d169e65f34dce2d7a2 (diff) | |
download | jackcess-324f49a0b7d62399a20c6cab35a9bc84260dce99.tar.gz jackcess-324f49a0b7d62399a20c6cab35a9bc84260dce99.zip |
updates
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@830 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'TODO.txt')
-rw-r--r-- | TODO.txt | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -6,8 +6,6 @@ Missing pieces: * MEDIUM - implement table creation w/ complex columns * MEDIUM -- implement write support for properties - * EASY - implement table, column, index renaming * EASY - implement table, column, index deletion @@ -27,4 +25,4 @@ Refactor goals: - implement page buffering in PageChannel * need to implement logical flushing in update code (startUpdate/finishUpdate) - implement "lazy" usage maps (load on first usage)? -- add typed getter methods to Row +- add typed getter methods to Row, PropertyMap |