diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2013-10-01 22:57:05 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2013-10-01 22:57:05 +0000 |
commit | 97eadc5acd14baf615376a47aca70ba739b88ab1 (patch) | |
tree | 139d2e526c155aead880f04210e983a58bc818a2 /TODO.txt | |
parent | a79079c62392fca4e002716b166b8348361f8456 (diff) | |
download | jackcess-97eadc5acd14baf615376a47aca70ba739b88ab1.tar.gz jackcess-97eadc5acd14baf615376a47aca70ba739b88ab1.zip |
minor updates and refactors
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@812 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'TODO.txt')
-rw-r--r-- | TODO.txt | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -6,8 +6,6 @@ Missing pieces: * MEDIUM - implement table creation w/ complex columns * MEDIUM -- implement (optional) foreign key enforcement - * MEDIUM - implement write support for properties * EASY - implement table, column, index renaming @@ -26,15 +24,7 @@ Refactor goals: - clean up javadocs - enhance public api classes * add @usage tags to util classes -* change CodecHandler usage to handle not-inline decoding - - pass filename to CodecHandler, enable pwd callbacks CallbackHandler - - pass custom context to CodecHandler? - - rework CryptCodecProvider to have custom - javax.security.auth.callback.CallbackHandler which is only invoked if - password is definitely required. - implement page buffering in PageChannel * need to implement logical flushing in update code (startUpdate/finishUpdate) -- refactor free-space handlers Table/Column? - implement "lazy" usage maps (load on first usage)? -- implement some OLE support - add typed getter methods to Row |