Update of /cvsroot/monetdb/sql/src/test/BugTracker-2009/Tests
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv16499
Modified Files:
All
Added Files:
subquery_returns_table_crash.SF-2513620.sql
Log Message:
Add test for bug
subquery_returns_table_crash.SF-2513620
U All
Index: All
===================================================================
RCS file: /cvsroot/monetdb/sql/src/test/BugTracker-2009/Tests/All,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- All 26 Jan 2009 19:11:30 -0000 1.1
+++ All 27 Jan 2009 09:48:15 -0000 1.2
@@ -1,2 +1,3 @@
binop.SF.2499537
incomplete.SF.2536893
+subquery_returns_table_crash.SF-2513620
--- NEW FILE: subquery_returns_table_crash.SF-2513620.sql ---
create function f1() RETURNS TABLE (id int, age int) BEGIN return
table(select 1, 2); end;
select f1();
drop function f1;
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins