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 fu...@apache.org on 2005/01/24 20:49:32 UTC

svn commit: r126309 - /incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/j9_13/groupBy.out /incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/j9_13/ij.out

Author: fuzzylogic
Date: Mon Jan 24 11:49:32 2005
New Revision: 126309

URL: http://svn.apache.org/viewcvs?view=rev&rev=126309
Log:
Update j9 test masters.

Committed for Myrna Van Lunteran <my...@golux.com>

Modified:
   incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/j9_13/groupBy.out
   incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/j9_13/ij.out

Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/j9_13/groupBy.out
Url: http://svn.apache.org/viewcvs/incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/j9_13/groupBy.out?view=diff&rev=126309&p1=incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/j9_13/groupBy.out&r1=126308&p2=incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/j9_13/groupBy.out&r2=126309
==============================================================================
--- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/j9_13/groupBy.out	(original)
+++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/j9_13/groupBy.out	Mon Jan 24 11:49:32 2005
@@ -45,7 +45,7 @@
 create table unmapped(c1 long varchar);
 0 rows inserted/updated/deleted
 ij> select c1, max(1) from unmapped group by c1;
-ERROR X0X67: Columns of type 'LONG VARCHAR' may not be used in CREATE INDEX, ORDER BY, GROUP BY, UNION, or DISTINCT, because comparisons are not supported for that type.
+ERROR X0X67: Columns of type 'LONG VARCHAR' may not be used in CREATE INDEX, ORDER BY, GROUP BY, UNION, INTERSECT, EXCEPT or DISTINCT, because comparisons are not supported for that type.
 ij> -- clean up
 drop table t1;
 0 rows inserted/updated/deleted

Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/j9_13/ij.out
Url: http://svn.apache.org/viewcvs/incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/j9_13/ij.out?view=diff&rev=126309&p1=incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/j9_13/ij.out&r1=126308&p2=incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/j9_13/ij.out&r2=126309
==============================================================================
--- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/j9_13/ij.out	(original)
+++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/j9_13/ij.out	Mon Jan 24 11:49:32 2005
@@ -29,7 +29,7 @@
 ij> -- should fail because procedure is an illegal statement name
 prepare procedure as 'select * from bar';
 IJ ERROR: procedure is an illegal name for a statement
-ij> -- should fail because text is passed on to cloudscape, which
+ij> -- should fail because text is passed on to derby, which
 -- barfs on the unknown statement name. execute procedure is
 -- a foundation 2000 concept
 execute procedure sqlj.install_jar( 'file:c:/p4c/systest/out/DigIt.jar', 'SourceWUs', 1 );