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 tm...@apache.org on 2006/10/07 16:54:58 UTC

svn commit: r453922 - in /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master: DerbyNet/jdk15/callable.out DerbyNetClient/jdk15/callable.out

Author: tmnk
Date: Sat Oct  7 07:54:57 2006
New Revision: 453922

URL: http://svn.apache.org/viewvc?view=rev&rev=453922
Log:
- DERBY-1610 Resolve difference of type compatibility between Embedded and NetworkServer/NetworkDriver - Updated missed 2 master files. - Patch by Tomohito Nakayama (tomonaka@basil.ocn.ne.jp)

Modified:
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNet/jdk15/callable.out
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/jdk15/callable.out

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNet/jdk15/callable.out
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNet/jdk15/callable.out?view=diff&rev=453922&r1=453921&r2=453922
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNet/jdk15/callable.out (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNet/jdk15/callable.out Sat Oct  7 07:54:57 2006
@@ -31,7 +31,6 @@
 cstmt.getBigDecimal(3): null
 get the CallableStatement object
 execute the procedure with LONGVARBINARY
-execute the procedure with BLOB
 Select lvbc from Longvarbinary_Tab
 done testing long varbinary
 CallableStatement Test Ends

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/jdk15/callable.out
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/jdk15/callable.out?view=diff&rev=453922&r1=453921&r2=453922
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/jdk15/callable.out (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/jdk15/callable.out Sat Oct  7 07:54:57 2006
@@ -31,7 +31,6 @@
 cstmt.getBigDecimal(3): null
 get the CallableStatement object
 execute the procedure with LONGVARBINARY
-execute the procedure with BLOB
 Select lvbc from Longvarbinary_Tab
 done testing long varbinary
 CallableStatement Test Ends