List:Internals« Previous MessageNext Message »
From:mmatthews Date:September 7 2005 5:23pm
Subject:Connector/J commit: r4217 - branches/branch_5_0/connector-j
View as plain text  
Modified:
   branches/branch_5_0/connector-j/CHANGES
Log:
Updated to reflect XA and timestamp w/ timezone changes.

Modified: branches/branch_5_0/connector-j/CHANGES
===================================================================
--- branches/branch_5_0/connector-j/CHANGES	2005-09-07 17:12:34 UTC (rev 4216)
+++ branches/branch_5_0/connector-j/CHANGES	2005-09-07 17:23:53 UTC (rev 4217)
@@ -3,6 +3,12 @@
 
 08-24-05 - Version 5.0.0-beta
 
+    - XADataSource implemented (ported from 3.2 branch which won't be 
+      released as a product). Use 
+      "com.mysql.jdbc.jdbc2.optional.MysqlXADataSource" as your datasource
+      class name in your application server to utilize XA transactions
+      in MySQL-5.0.10 and newer.
+      
     - PreparedStatement.setString() didn't work correctly when
       sql_mode on server contained NO_BACKSLASH_ESCAPES, and no characters
       that needed escaping were present in the string.
@@ -15,6 +21,10 @@
     - Don't allow .setAutoCommit(true), or .commit() or .rollback() on an XA-managed
       connection as-per the JDBC specification.
       
+    - If the connection "useTimezone" is set to "true", then also respect timezone
+      conversions in escape-processed string literals (e.g. "{ts ...}" and 
+      "{t ...}").
+      
 07-xx-05 - Version 3.1.11-stable
 
     - Fixed BUG#11629 - Spurious "!" on console when character

Thread
Connector/J commit: r4217 - branches/branch_5_0/connector-jmmatthews7 Sep