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 my...@apache.org on 2008/10/02 19:39:25 UTC

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

Author: myrnavl
Date: Thu Oct  2 10:39:24 2008
New Revision: 701197

URL: http://svn.apache.org/viewvc?rev=701197&view=rev
Log:
DERBY-3895; need update of DerbyNet*/holdCursorJDBC30 masters after rev 700948 for DERBY-3390.

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

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNet/holdCursorJDBC30.out
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNet/holdCursorJDBC30.out?rev=701197&r1=701196&r2=701197&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNet/holdCursorJDBC30.out (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNet/holdCursorJDBC30.out Thu Oct  2 10:39:24 2008
@@ -1322,21 +1322,21 @@
 1          
 -----
 16         
-WARNING 01003: Null values were eliminated from the argument of a column function. : 
+WARNING 01003: Null values were eliminated from the argument of a column function.
 ij> get with hold cursor test1 as 'select sum(distinct c1) from t1';
 ij> commit;
 ij> next test1;
 1          
 -----
 16         
-WARNING 01003: Null values were eliminated from the argument of a column function. : 
+WARNING 01003: Null values were eliminated from the argument of a column function.
 ij> close test1;
 ij> get with hold cursor test1 as 'select sum(distinct c1) from t1';
 ij> next test1;
 1          
 -----
 16         
-WARNING 01003: Null values were eliminated from the argument of a column function. : 
+WARNING 01003: Null values were eliminated from the argument of a column function.
 ij> commit;
 ij> next test1;
 No current row
@@ -1369,7 +1369,7 @@
 6          
 10         
 NULL       
-WARNING 01003: Null values were eliminated from the argument of a column function. : 
+WARNING 01003: Null values were eliminated from the argument of a column function.
 ij> commit;
 ij> get with hold cursor test1 as 'select sum(distinct c1) from t1 group by c2';
 ij> commit;
@@ -1386,7 +1386,7 @@
 1          
 -----
 NULL       
-WARNING 01003: Null values were eliminated from the argument of a column function. : 
+WARNING 01003: Null values were eliminated from the argument of a column function.
 ij> close test1;
 ij> get with hold cursor test1 as 'select sum(distinct c1) from t1 group by c2';
 ij> next test1;
@@ -1403,7 +1403,7 @@
 1          
 -----
 NULL       
-WARNING 01003: Null values were eliminated from the argument of a column function. : 
+WARNING 01003: Null values were eliminated from the argument of a column function.
 ij> close test1;
 ij> ------------------------------------------------------------------------------
 ----- TEST 9: test scan positioned on a row which has been purged.

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/holdCursorJDBC30.out
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/holdCursorJDBC30.out?rev=701197&r1=701196&r2=701197&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/holdCursorJDBC30.out (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/holdCursorJDBC30.out Thu Oct  2 10:39:24 2008
@@ -1322,21 +1322,21 @@
 1          
 -----
 16         
-WARNING 01003: Null values were eliminated from the argument of a column function. : 
+WARNING 01003: Null values were eliminated from the argument of a column function.
 ij> get with hold cursor test1 as 'select sum(distinct c1) from t1';
 ij> commit;
 ij> next test1;
 1          
 -----
 16         
-WARNING 01003: Null values were eliminated from the argument of a column function. : 
+WARNING 01003: Null values were eliminated from the argument of a column function.
 ij> close test1;
 ij> get with hold cursor test1 as 'select sum(distinct c1) from t1';
 ij> next test1;
 1          
 -----
 16         
-WARNING 01003: Null values were eliminated from the argument of a column function. : 
+WARNING 01003: Null values were eliminated from the argument of a column function.
 ij> commit;
 ij> next test1;
 No current row
@@ -1369,7 +1369,7 @@
 6          
 10         
 NULL       
-WARNING 01003: Null values were eliminated from the argument of a column function. : 
+WARNING 01003: Null values were eliminated from the argument of a column function.
 ij> commit;
 ij> get with hold cursor test1 as 'select sum(distinct c1) from t1 group by c2';
 ij> commit;
@@ -1386,7 +1386,7 @@
 1          
 -----
 NULL       
-WARNING 01003: Null values were eliminated from the argument of a column function. : 
+WARNING 01003: Null values were eliminated from the argument of a column function.
 ij> close test1;
 ij> get with hold cursor test1 as 'select sum(distinct c1) from t1 group by c2';
 ij> next test1;
@@ -1403,7 +1403,7 @@
 1          
 -----
 NULL       
-WARNING 01003: Null values were eliminated from the argument of a column function. : 
+WARNING 01003: Null values were eliminated from the argument of a column function.
 ij> close test1;
 ij> ------------------------------------------------------------------------------
 ----- TEST 9: test scan positioned on a row which has been purged.