Bugs item #2878994, was opened at 2009-10-14 17:56
Message generated for change (Comment added) made by stmane
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2878994&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 "candidate"
>Status: Closed
>Resolution: Works For Me
Priority: 5
Private: No
Submitted By: Roberto Cornacchia (cornuz)
Assigned to: Niels Nes (nielsnes)
Summary: SQL: WHERE A.x LIKE B.x does not work

Initial Comment:
create table a (x varchar(10);
insert into a values ('aaa');

create table b (x varchar(10);
insert into b values ('aaa');
insert into b values ('aAa');
insert into b values ('aA');

select a.x from a,b where a.x LIKE b.x;

Returns no results (it should have returned 'aaa')





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

>Comment By: Stefan Manegold (stmane)
Date: 2009-11-17 00:07

Message:
activated already existing test in
sql/src/test/BugTracker-2009/Tests/like_bug.SF-2878994.sql

Appears to work fine in Nov2009 branch.

Closing.


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

Comment By: Fabian (mr-meltdown)
Date: 2009-10-29 14:23

Message:
hmmm, cannot reproduce this on Aug2009 branch

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2878994&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