diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2008-07-22 01:35:04 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2008-07-22 01:35:04 +0000 |
commit | d1359adfbf6199a305b062c0a8da0d05e49e84a7 (patch) | |
tree | 44f0b120ad5a87d55fb3764741cf8af949670a9a /TODO.txt | |
parent | 050db7f0f79f0fa33220042814fcb61b538ba8dd (diff) | |
download | jackcess-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.txt | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 |