diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2008-04-22 18:12:25 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2008-04-22 18:12:25 +0000 |
commit | 27f7855db113e4556e9e957b139dc50e5e06e275 (patch) | |
tree | cda81eaca0f891844018446134ef065c5177ac41 /TODO.txt | |
parent | d2d14fe7ee6dad07eab83cc37c1bb5c0fa42aad6 (diff) | |
download | jackcess-27f7855db113e4556e9e957b139dc50e5e06e275.tar.gz jackcess-27f7855db113e4556e9e957b139dc50e5e06e275.zip |
implement page deallocation; fix some issues in global usage map handling
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@340 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'TODO.txt')
-rw-r--r-- | TODO.txt | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,12 +1,12 @@ Missing pieces: -- 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 +- handle row "updates": write row data back to current row, handling overflow + * MEDIUM - implement index creation * VERY HARD (still missing knowledge about all the magic bits in index meta data) |