Bugs item #1848499, was opened at 2007-12-11 11:20
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1848499&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: Romulo Goncalves (romulog)
Assigned to: Romulo Goncalves (romulog)
Summary: difference function crashes

Initial Comment:
If I run the following queries the mserver5-sql crashes:

create table test ( str VARCHAR(20), str2 VARCHAR(20));
insert into test values ('', 'test');
insert into test values ('test', '');
insert into test values ('','');
insert into test values (' test ','');

select str,str2,soundex(str),soundex(str2), 
editdistance2(soundex(str),soundex(str2)), difference(str,str2) from test;

drop table test;

Note: This bug was detected by the execution of the test string.sql at

sql/src/test/Tests

Regards,
Romulo

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

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

-------------------------------------------------------------------------
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Monetdb-bugs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-bugs

Reply via email to