[Libreoffice-bugs] [Bug 87737] EDITING: Date-parameter in HSQLDB-queries don't work in UI-language, if parameter is only in subquery

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed Jul 29 07:51:44 UTC 2020


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

Robert Großkopf <robert at familiegrosskopf.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|EDITING: Date-parameter in  |EDITING: Date-parameter in
                   |queries don't work in       |HSQLDB-queries don't work
                   |UI-language, if parameter   |in UI-language, if
                   |is only in subquery         |parameter is only in
                   |                            |subquery

--- Comment #11 from Robert Großkopf <robert at familiegrosskopf.de> ---
One hint from Firebird:
Firebird needs to set the parameter, which will be compared with a date, to
VARCHAR. If I set in Firebird
CAST( :qDatum AS VARCHAR(50) )
I could input the date in GUI-language and the query will work.

... but this isn't a solution for this special problem 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/20200729/92d6f3cf/attachment.htm>


More information about the Libreoffice-bugs mailing list