Bugs item #2499537, was opened at 2009-01-11 17:41
Message generated for change (Comment added) made by mlkersten
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: MonetDB5 "stable"
>Status: Closed
>Resolution: Fixed
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: Martin Kersten (mlkersten)
Date: 2009-02-12 14:50

Message:
The remap optimizer performed a type check, which showed an error,
but did not abandon the optimization step. 

----------------------------------------------------------------------

Comment By: Niels Nes (nielsnes)
Date: 2009-01-26 20: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

------------------------------------------------------------------------------
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

Reply via email to