aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.txt
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2013-10-01 22:57:05 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2013-10-01 22:57:05 +0000
commit97eadc5acd14baf615376a47aca70ba739b88ab1 (patch)
tree139d2e526c155aead880f04210e983a58bc818a2 /TODO.txt
parenta79079c62392fca4e002716b166b8348361f8456 (diff)
downloadjackcess-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.txt10
1 files changed, 0 insertions, 10 deletions
diff --git a/TODO.txt b/TODO.txt
index a88c41d..1966eba 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -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