From: James Ahlborn Date: Wed, 14 Feb 2007 02:45:08 +0000 (+0000) Subject: prep for release X-Git-Tag: rel_1_1_8~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5ed321fc055600aa240f10ff2e1a5873a68e2c49;p=jackcess.git prep for release git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@139 f203690c-595d-4dc9-a70b-905162fa7fd2 --- diff --git a/xdocs/changes.xml b/xdocs/changes.xml index 70e56fd..1fe240f 100644 --- a/xdocs/changes.xml +++ b/xdocs/changes.xml @@ -5,6 +5,22 @@ James Ahlborn + + + Additional info in DataType to support better type validation + (scale/precision range). Add "unit size" concept. + + + Add CLOB support in JDBC handling. Add general support for large + types (BLOB/CLOB). + + + Enhance Database.copyTable/importReader to allow for better control + over column definitions and row values through the ImportFilter. + Change default type translation to handle large and variable length + types better. + + Refactored DataType class, cleaned up a lot of "custom" data type code