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
<author email="javajedi@users.sf.net">Tim McCune</author>
</properties>
<body>
- <release version="1.1.21" date="TBD">
+ <release version="1.1.21" date="2010-01-19">
<action dev="jahlborn" type="fix" issue="2899605">
Further improvements to date handling.
</action>
<question>Why am I getting an IOException with the message "unmapped
string index value"?</question>
<answer>
+ <p>
+ Update: As of the 1.1.21 release, the <u>text index handling
+ supports the entire Basic Multilingual Plane 0</u> (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.
+ </p>
<p>
Jackcess cannot currently update a text column index with values
which contain non-ascii characters. This situation often arises
(as of this release) contain any character in this character set.
</p>
<p>
- Some suggestions:
+ Some suggestions (for older releases):
</p>
<ul>
<li>Use only ascii (or ISO-8859-1 as of 1.1.13) characters in table