You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by ma...@apache.org on 2013/06/01 03:53:17 UTC

svn propchange: r1488339 - svn:log

Author: mamta
Revision: 1488339
Modified property: svn:log

Modified: svn:log at Sat Jun  1 01:53:17 2013
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Sat Jun  1 01:53:17 2013
@@ -1,5 +1,4 @@
 DERBY-6237(PreparedStatement.execute() fails starting 10.2 when multiple rows are updated and PreparedStatement.setCharacterStream(int, Reader, int) is used)
 
-In 10.1, setCharacterStream to update CLOB and varchar columns work even when update is going to update more than one row
-
+In 10.1, setCharacterStream to update CLOB and varchar columns work even when update is going to update more than one row. The test added here is for testing CLOB column. Will add test for VARCHAR column as a separate commit.