Update of /cvsroot/monetdb/sql/src/test/BugTracker-2009/Tests
In directory
23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv8333/src/test/BugTracker-2009/Tests
Modified Files:
subtraction_between_two_columns.SF-2582389.sql
Log Message:
propagated changes of Friday Aug 07 2009
from the Aug2009 branch to the development trunk
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/08/07 - nielsnes:
src/test/BugTracker-2009/Tests/subtraction_between_two_columns.SF-2582389.sql,1.4.4.1
bug fixing
prepare/execute statements now go to seperate query cache
check for ambiguous order by columns
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- subtraction_between_two_columns.SF-2582389.sql 12 Feb 2009 15:50:53
-0000 1.4
+++ subtraction_between_two_columns.SF-2582389.sql 7 Aug 2009 21:25:57
-0000 1.5
@@ -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 order by inst 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 r.inst limit 2;
drop table t2_2582389;
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins