[Libreoffice-bugs] [Bug 123150] FIREBIRD: Query with 'LIKE' fails with error "malformed string", when index is set for the field of the condition of the query

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Mar 28 11:25:49 UTC 2019


https://bugs.documentfoundation.org/show_bug.cgi?id=123150

--- Comment #17 from Gerhard Schaber <gerhard.schaber at gmx.at> ---
This one seems to fix the issue when executing the SQL statement in LO:
select * from "table1" where "LastName" LIKE _utf8 'Ö%';

Apparently one has to specify the character set. That was definitely not
necessary with HSQLDB.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190328/4f03713e/attachment.html>


More information about the Libreoffice-bugs mailing list