aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.txt
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2008-04-22 18:12:25 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2008-04-22 18:12:25 +0000
commit27f7855db113e4556e9e957b139dc50e5e06e275 (patch)
treecda81eaca0f891844018446134ef065c5177ac41 /TODO.txt
parentd2d14fe7ee6dad07eab83cc37c1bb5c0fa42aad6 (diff)
downloadjackcess-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.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO.txt b/TODO.txt
index 45a3921..dcd75b5 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -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)