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

Robert Großkopf <rob...@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 <rob...@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.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to