Bugs item #2812504, was opened at 2009-06-26 01:44
Message generated for change (Comment added) made by nielsnes
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2812504&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: Yes
Submitted By: Stefan de Konink (skinkie)
Assigned to: Niels Nes (nielsnes)
Summary: MALException:opt.remap:Not yet implemented

Initial Comment:
CREATE TABLE "sys"."kvk" (
        "kvk" bigint,
        "bedrijfsnaam" varchar(255),
        "adres" varchar(64),
        "postcode" varchar(6),
        "plaats" varchar(32),
        "type" varchar(16)
);

CREATE TABLE "sys"."anbi" (
        "naam" varchar(256),
        "vestigingsplaats" varchar(32),
        "beschikking" date,
        "intrekking" date
);

select * from kvk,anbi where lower(naam) = lower(bedrijfsnaam) and 
(vestigingsplaats = 'DEN HAAG' or vestigingsplaats LIKE '%GRAVE%');

!MALException:opt.remap:Not yet implemented

(first run gives more output)

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

>Comment By: Niels Nes (nielsnes)
Date: 2009-08-03 22:22

Message:
fixed by implementing missing versions of like.

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

Comment By: Martin Kersten (mlkersten)
Date: 2009-07-20 19:29

Message:
test file added in BUgTracker-2009/Tests/orIssue.SF-2812504.sql


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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2812504&group_id=56967

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Monetdb-bugs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-bugs

Reply via email to