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 da...@apache.org on 2006/04/01 01:06:37 UTC

svn commit: r390536 [3/12] - in /db/derby/code/trunk: java/build/org/apache/derbyBuild/ java/client/org/apache/derby/client/am/ java/client/org/apache/derby/loc/ java/engine/org/apache/derby/loc/ java/shared/org/apache/derby/shared/common/reference/ ja...

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/blobclob4BLOB.out
URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/blobclob4BLOB.out?rev=390536&r1=390535&r2=390536&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/blobclob4BLOB.out (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/blobclob4BLOB.out Fri Mar 31 15:06:34 2006
@@ -417,7 +417,7 @@
 select a from testInteger
 getClob(1)
 52: SQLException
-EXPECTED SQL Exception: Invalid data conversion: Wrong result column type for requested conversion.
+EXPECTED SQL Exception: An attempt was made to get a data value of type 'java.sql.Types 4' from a data value of type 'java.sql.Clob'.
 START: clobTest53
 clobTest53 finished
 START: clobTest54
@@ -706,7 +706,7 @@
 START: blobTest51
 blobTest51 finished
 START: blobTest52
-EXPECTED SQLSTATE(null): Invalid data conversion: Wrong result column type for requested conversion.
+EXPECTED SQLSTATE(22005): An attempt was made to get a data value of type 'java.sql.Types 4' from a data value of type 'java.sql.Blob'.
 START: blobTest53
 blobTest53 finished
 START: blobTest54