Bugs item #2499537, was opened at 2009-01-11 16:41
Message generated for change (Settings changed) made by nielsnes
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2499537&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: Martin Kersten (mlkersten)
>Assigned to: Martin Kersten (mlkersten)
Summary: SQL: time to implement BINOP
Initial Comment:
create function in_p_l(p int, l int)
returns boolean
begin
return true;
end;
create table points(p int);
create table lines(l int);
explain select * from points x,lines y
where in_p_l(x.p,y.l);
!Predicate BINOP 95: time to implement some more
test file added to BugTracker-2009
----------------------------------------------------------------------
Comment By: Niels Nes (nielsnes)
Date: 2009-01-26 19:18
Message:
The sql side seems fixed. But there seems to be an optimizer issue.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2499537&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