From: mmatthews Date: August 29 2007 4:21pm Subject: Connector/J commit: r6518 - branches/branch_5_1/connector-j List-Archive: http://lists.mysql.com/commits/33354 Message-Id: <200708291621.l7TGLHKM003920@bk-internal.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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