Bugs item #2513620, was opened at 2009-01-16 17:23 Message generated for change (Comment added) made by romulog You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2513620&group_id=56967
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: SQL/Core Group: SQL CVS Head Status: Open Resolution: None Priority: 5 Private: No Submitted By: Romulo Goncalves (romulog) Assigned to: Niels Nes (nielsnes) Summary: subquery returns a table crash Initial Comment: The example crashed the mserver5: create function f1() RETURNS TABLE (id int, age int) BEGIN return table(select 1, 2); end; select f1(); drop function f1; The right message should be: sql>select f1(); !SELECT: subquery returns a table 0 tuples sql> ---------------------------------------------------------------------- >Comment By: Romulo Goncalves (romulog) Date: 2009-01-27 10:49 Message: The test to cover this bug was added: sql/src/test/BugTracker-2009/Tests/subquery_returns_table_crash.SF-2513620.sql ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2513620&group_id=56967 ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Monetdb-bugs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-bugs
