List:Commits« Previous MessageNext Message »
From:mmatthews Date:August 29 2007 4:21pm
Subject:Connector/J commit: r6518 - branches/branch_5_1/connector-j
View as plain text  
Modified:
   branches/branch_5_1/connector-j/CHANGES
Log:
Updated changelogs for bug 30550.

Modified: branches/branch_5_1/connector-j/CHANGES
===================================================================
--- branches/branch_5_1/connector-j/CHANGES	2007-08-29 16:14:04 UTC (rev 6517)
+++ branches/branch_5_1/connector-j/CHANGES	2007-08-29 16:21:16 UTC (rev 6518)
@@ -179,6 +179,12 @@
 
 	- Added support for JDBC-4.0's NCLOB, and NCHAR/NVARCHAR types.
 
+nn-nn-07 - Version 5.0.8
+
+    - Fixed BUG#30550, executeBatch() would fail with an ArithmeticException
+      and/or NullPointerException when the batch had zero members and
+      "rewriteBatchedStatements" was set to "true" for the connection.
+      
 07-19-07 - Version 5.0.7
 
     - Setting the configuration parameter "useCursorFetch" to "true" for

Thread
Connector/J commit: r6518 - branches/branch_5_1/connector-jmmatthews29 Aug