diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2008-03-10 03:00:04 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2008-03-10 03:00:04 +0000 |
commit | 6adbd266bee41440847f473619a79070b7bb4caf (patch) | |
tree | 01b3fde688d9f683f0de1e42dd6fa4270cc1d202 | |
parent | f37b7c544921f6554130fa91ee245658311df68e (diff) | |
download | jackcess-6adbd266bee41440847f473619a79070b7bb4caf.tar.gz jackcess-6adbd266bee41440847f473619a79070b7bb4caf.zip |
update TODO notes
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@256 f203690c-595d-4dc9-a70b-905162fa7fd2
-rw-r--r-- | TODO.txt | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -1,8 +1,17 @@ Missing pieces: -- large index update support (can read large indexes, but not update them), - and various other index handling issues +- large index update support (can read large indexes, but not update them) + * HARD (all the knowledge exists, but lots of coding remains) +- handle more text index entry types (extended charsets, alternate encodings) + * MEDIUM - determine when/when not to inline memo/ole data for a row of data depending on how much will be written in the current row + * MEDIUM - implement index creation + * VERY HARD (still missing knowledge about all the magic bits in index meta + data) +- implement table, column, index renaming + * EASY +- implement table, column, index deletion + * EASY - MEDIUM |