From e2a6a36d77766020c26e0224ee4c3499bd071a9d Mon Sep 17 00:00:00 2001 From: James Ahlborn Date: Wed, 20 Jan 2010 02:42:53 +0000 Subject: prep for release git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@431 f203690c-595d-4dc9-a70b-905162fa7fd2 --- TODO.txt | 5 +---- src/changes/changes.xml | 2 +- src/site/fml/faq.fml | 10 +++++++++- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/TODO.txt b/TODO.txt index 74c772e..e8a310a 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,10 +1,7 @@ Missing pieces: -- handle more text index entry types (extended charsets, alternate encodings) - * MEDIUM - implement index creation - * VERY HARD (still missing knowledge about all the magic bits in index meta - data) + * HARD (still missing knowledge about all the magic bits in index meta data) - implement table, column, index renaming * EASY - implement table, column, index deletion diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 326685f..d2cb873 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -4,7 +4,7 @@ Tim McCune - + Further improvements to date handling. diff --git a/src/site/fml/faq.fml b/src/site/fml/faq.fml index ee9b00d..f342349 100644 --- a/src/site/fml/faq.fml +++ b/src/site/fml/faq.fml @@ -159,6 +159,14 @@ Why am I getting an IOException with the message "unmapped string index value"? +

+ Update: As of the 1.1.21 release, the text index handling + supports the entire Basic Multilingual Plane 0 (i.e. any unicode + character 0x0000-0xFFFF). Consequently table names can (as of this + release) contain any character in this character set. Therefore, + the rest of this answer should no longer be an issue, but keeping it + here for reference. +

Jackcess cannot currently update a text column index with values which contain non-ascii characters. This situation often arises @@ -174,7 +182,7 @@ (as of this release) contain any character in this character set.

- Some suggestions: + Some suggestions (for older releases):

  • Use only ascii (or ISO-8859-1 as of 1.1.13) characters in table -- cgit v1.2.3