Update of /cvsroot/monetdb/sql/src/test/BugTracker-2009/Tests
In directory
23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv32198/src/test/BugTracker-2009/Tests
Added Files:
serial_with_order_by_not_working.SF-2585592.sql
Log Message:
propagated changes of Tuesday Feb 10 2009
from the Feb2009 branch to the development trunk
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/02/10 - romulog:
src/test/BugTracker-2009/Tests/serial_with_order_by_not_working.SF-2585592.sql,1.1.2.1
Add test for
serial_with_order_by_not_working.SF-2585592
and also the stable output for out and err...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- NEW FILE: serial_with_order_by_not_working.SF-2585592.sql ---
create table t1_2585592 (num int, age int);
create table t2_2585592 (id serial, num int, age int);
insert into t1_2585592 values(1,3);
insert into t1_2585592 values(1,4);
insert into t1_2585592 values(3,3);
insert into t1_2585592 values(6,3);
insert into t1_2585592 values(2,3);
insert into t1_2585592 values(2,2);
insert into t1_2585592 values(5,1);
insert into t1_2585592 values(1,1);
insert into t2_2585592(num, age) select num, age from t1_2585592 order by num,
age;
select * from t2_2585592;
drop table t1_2585592;
drop table t2_2585592;
------------------------------------------------------------------------------
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