From: James Ahlborn Date: Mon, 7 Aug 2006 11:41:08 +0000 (+0000) Subject: prep for release X-Git-Tag: rel_1_1_6~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=968ff8b44f4eef4485ffa9ec1e1e0ed809e6c8b9;p=jackcess.git prep for release git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@95 f203690c-595d-4dc9-a70b-905162fa7fd2 --- diff --git a/xdocs/changes.xml b/xdocs/changes.xml index 8cbcae5..b9cd8ef 100644 --- a/xdocs/changes.xml +++ b/xdocs/changes.xml @@ -5,6 +5,43 @@ James Ahlborn + + + Handle more tables with more index slots than actual indexes (fix bug + 1530312) + + + Clean up reading/writing 3-byte ints; long value length is 3-bytes + (fix bug 1449812) + + + Fix handling of skipped rows + + + When reading multi-page table def, flip buffer before parsing (fix bug + 1306970) + + + Treat table names as case insensitive; use stored table names when + instantiating tables + + + Make Database and Table Iterable + + + Use uppercase names when adding text columns to indexes, which fixes + long standing problem with table names starting with lowercase + characters (and other situations where tables could not be opened in + Access). Remove hack which forced every table name to have uppercase + first character. + + + Clean up compressed text handling. + + + Implement reading multi-page long binary values + + Add support for currency columns (thanks to James Schopp).