Update of /cvsroot/monetdb/sql/src/test/BugTracker-2009/Tests
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv30459

Modified Files:
      Tag: Feb2009
        subtraction_between_two_columns.SF-2582389.sql 
Log Message:
The order by is missing... 
It was removed with the previous check in where the table t2 was renamed


U subtraction_between_two_columns.SF-2582389.sql
Index: subtraction_between_two_columns.SF-2582389.sql
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/BugTracker-2009/Tests/subtraction_between_two_columns.SF-2582389.sql,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- subtraction_between_two_columns.SF-2582389.sql      10 Feb 2009 16:28:09 
-0000      1.1.2.2
+++ subtraction_between_two_columns.SF-2582389.sql      11 Feb 2009 10:15:11 
-0000      1.1.2.3
@@ -3,6 +3,6 @@
 insert into t2_2582389 values(1, 0.2);
 insert into t2_2582389 values(1, 0.4);
 
-select l.id, r.inst, l.inst, (r.inst - l.inst) as diff from t2_2582389 l,  
t2_2582389 r where r.id = l.id limit 2;
+select l.id, r.inst, l.inst, (r.inst - l.inst) as diff from t2_2582389 l,  
t2_2582389 r where r.id = l.id order by inst limit 2;
 
 drop table t2_2582389;


------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to