Update of /cvsroot/monetdb/sql/src/test/BugTracker-2009/Tests
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv30358
Modified Files:
Tag: Feb2009
All
Added Files:
Tag: Feb2009
subtraction_between_two_columns.SF-2582389.sql
Log Message:
Add test for bug
subtraction_between_two_columns.SF-2582389
U All
Index: All
===================================================================
RCS file: /cvsroot/monetdb/sql/src/test/BugTracker-2009/Tests/All,v
retrieving revision 1.2.2.7
retrieving revision 1.2.2.8
diff -u -d -r1.2.2.7 -r1.2.2.8
--- All 9 Feb 2009 14:55:53 -0000 1.2.2.7
+++ All 9 Feb 2009 20:31:13 -0000 1.2.2.8
@@ -8,3 +8,4 @@
LE_vs_GE_in_CASE.SF-2562264
IS_NULL_in_CASE
cardinality_of_expression_is_wrong.SF-2581617
+subtraction_between_two_columns.SF-2582389
--- NEW FILE: subtraction_between_two_columns.SF-2582389.sql ---
create table t2(id int, inst float);
insert into t2 values(1, 0.2);
insert into t2 values(1, 0.4);
select l.id, r.inst, l.inst, (r.inst - l.inst) as diff from t2 l, t2 r where
r.id = l.id order by inst limit 2;
drop table t2;
------------------------------------------------------------------------------
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