https://bugs.documentfoundation.org/show_bug.cgi?id=163996
--- Comment #8 from Robert Großkopf <[email protected]> --- (In reply to Alex Thurgood from comment #7) > @Robert: did this ever work in previous versions of LO since Firebird was > introduced ? It might well be that it was simply never implemented for the > Firebird part. No, it never worked. With solving bug 130595 it will work, if I set SELECT * FROM "tbl_Test" WHERE "Datum" <= CAST( :qDate AS VARCHAR ( 50 ) ) OR :qDate IS NULL So parameter in format "string" is allowed since bug 130595 is solved, but parameter as "value" or "date" isn't allowed. -- You are receiving this mail because: You are the assignee for the bug.
