Bugs item #2513620, was opened at 2009-01-16 16:23
Message generated for change (Comment added) made by nielsnes
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: Closed
>Resolution: Fixed
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: Niels Nes (nielsnes)
Date: 2009-02-11 19:58
Message:
Properly detect unexpected table results in the selection
----------------------------------------------------------------------
Comment By: Romulo Goncalves (romulog)
Date: 2009-01-27 09: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
------------------------------------------------------------------------------
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-bugs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-bugs