From: James Ahlborn Date: Mon, 2 Oct 2006 16:20:03 +0000 (+0000) Subject: prep for release X-Git-Tag: rel_1_1_7~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=eacfe9059e8398d2a6e34b801649bc278e197237;p=jackcess.git prep for release git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@128 f203690c-595d-4dc9-a70b-905162fa7fd2 --- diff --git a/xdocs/changes.xml b/xdocs/changes.xml index b9cd8ef..70e56fd 100644 --- a/xdocs/changes.xml +++ b/xdocs/changes.xml @@ -5,6 +5,38 @@ James Ahlborn + + + Refactored DataType class, cleaned up a lot of "custom" data type code + springled throughout the codebase. + + + Added sanity checking on table creation (check column/table properties + for validity). + + + Clean up index reading/writing of text columns, add support for more + characters + + + Support reading 'compressed' indexes (fix 1563654) + + + Implement "overflow" row reading. + + + Allow multi-page long value reading. + + + Implement multi-page long value writing. + + + Fix decimal data type writing. + + + Add support for opening files read-only (fix 1545857) + + Handle more tables with more index slots than actual indexes (fix bug