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

Modified Files:
      Tag: Feb2009
        All 
Added Files:
      Tag: Feb2009
        cardinality_of_expression_is_wrong.SF-2581617.sql 
Log Message:
Add test to cover bug:
cardinality_of_expression_is_wrong.SF-2581617



U All
Index: All
===================================================================
RCS file: /cvsroot/monetdb/sql/src/test/BugTracker-2009/Tests/All,v
retrieving revision 1.2.2.6
retrieving revision 1.2.2.7
diff -u -d -r1.2.2.6 -r1.2.2.7
--- All 4 Feb 2009 00:17:09 -0000       1.2.2.6
+++ All 9 Feb 2009 14:55:53 -0000       1.2.2.7
@@ -7,3 +7,4 @@
 COPY_INTO_char_NULL.SF-2560780
 LE_vs_GE_in_CASE.SF-2562264
 IS_NULL_in_CASE
+cardinality_of_expression_is_wrong.SF-2581617

--- NEW FILE: cardinality_of_expression_is_wrong.SF-2581617.sql ---
create table t1 (id int, age int);

insert into t1 values(1, 1);
insert into t1 values(1, 1);
insert into t1 values(2, 1);
insert into t1 values(3, 1);
insert into t1 values(4, 1);

create view v2 as (select id, age from t1 group by id, age);

select id from v2 where id = 2;

drop view v2;

drop table t1;


------------------------------------------------------------------------------
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