aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.txt
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2008-07-22 01:35:04 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2008-07-22 01:35:04 +0000
commitd1359adfbf6199a305b062c0a8da0d05e49e84a7 (patch)
tree44f0b120ad5a87d55fb3764741cf8af949670a9a /TODO.txt
parent050db7f0f79f0fa33220042814fcb61b538ba8dd (diff)
downloadjackcess-d1359adfbf6199a305b062c0a8da0d05e49e84a7.tar.gz
jackcess-d1359adfbf6199a305b062c0a8da0d05e49e84a7.zip
Add primitive support for writing unicode compressed text columns.
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@364 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt5
1 files changed, 1 insertions, 4 deletions
diff --git a/TODO.txt b/TODO.txt
index dcd75b5..a0e6e58 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -2,9 +2,6 @@ Missing pieces:
- 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
@@ -14,4 +11,4 @@ Missing pieces:
* EASY
- implement table, column, index deletion
* EASY - MEDIUM
-
+- implement more comprehensive unicode compression write support