]> source.dussan.org Git - jackcess.git/commitdiff
prep for release
authorJames Ahlborn <jtahlborn@yahoo.com>
Wed, 14 Feb 2007 02:45:08 +0000 (02:45 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Wed, 14 Feb 2007 02:45:08 +0000 (02:45 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@139 f203690c-595d-4dc9-a70b-905162fa7fd2

xdocs/changes.xml

index 70e56fd919c66666f9ed0545570865eb61b82f77..1fe240f47e833f3693ec18e63af7b293c4deefe7 100644 (file)
@@ -5,6 +5,22 @@
     <author email="jahlborn@users.sf.net">James Ahlborn</author>
   </properties>
   <body>
+    <release version="1.1.8" date="2007-02-13">
+      <action dev="jahlborn" type="update">
+        Additional info in DataType to support better type validation
+        (scale/precision range).  Add "unit size" concept.
+      </action>
+      <action dev="jahlborn" type="update">
+        Add CLOB support in JDBC handling.  Add general support for large
+        types (BLOB/CLOB).
+      </action>
+      <action dev="jahlborn" type="update">
+        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.
+      </action>
+    </release>
     <release version="1.1.7" date="2006-10-02">
       <action dev="jahlborn" type="update">
         Refactored DataType class, cleaned up a lot of "custom" data type code