[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
Sat Jul 13 15:18:36 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=123150
--- Comment #21 from Tamas Bunth <btomi96 at gmail.com> ---
We need to specify the character set of the connection between the server and
the sdbc driver too.
This can be done using the isc_dpb_lc_ctype DPB parameter option as documented
in the Interbase API reference[1].
I have a patch on gerrit for that:
https://gerrit.libreoffice.org/#/c/75557/
The issue is present only when an index is specified to that column. It seems
without specifying the isc_dpb_lc_ctype parameter the use of non-ascii
characters in a literal is unspecified behavior.
[1] https://firebirdsql.org/en/reference-manuals/
--
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/20190713/bd7a17d9/attachment-0001.html>
More information about the Libreoffice-bugs
mailing list