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

Added Files:
        cardinality_of_expression_is_wrong.SF-2581617.sql 
Log Message:
propagated changes of Monday Feb 09 2009
from the Feb2009 branch to the development trunk

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/02/09 - romulog:
        
src/test/BugTracker-2009/Tests/cardinality_of_expression_is_wrong.SF-2581617.sql,1.1.2.1
Add test to cover bug:
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