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 23:36:16 UTC

svn propchange: r1488453 - svn:log

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

Modified: svn:log at Sat Jun  1 21:36:16 2013
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Sat Jun  1 21:36:16 2013
@@ -1,5 +1,3 @@
 DERBY-6237(PreparedStatement.execute() fails starting 10.2 when multiple rows are updated and PreparedStatement.setCharacterStream(int, Reader, int) is used)
 
-This commit adds test case for updating more than one row with setCharacterStream to update VARCHAR column in the underlying table. The test is commented out at this point since it does not work in 10.2. Once this jira is fixed in 10.2, we should uncomment these tests. This test case works fine in 10.1
-
-
+This commit modifies existing test case of setCharacterStream on CLOB and adds to that test the testing of setCharacterStream to update VARCHAR column in the underlying table. The test is commented out at this point for embedded case since it does not work in 10.2. Failure for setCharacterStrem on VARCHAR column in this test may be a result of the test of setCharacterStream on CLOB column within the same test. Next, I will go ahead and separate out the testing of the 2 datatypes into 2 different tests.