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

Tony <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unspecified                 |5.1.4.2 release

--- Comment #4 from Tony <[email protected]> ---
When I enter the following simple query in the sample DB, it produces the same
syntax error related to the "T" identifier. 

SELECT  "contact"."name",  "contact"."id" , "call"."date" FROM "contact" INNER
JOIN "call" ON ( "contact"."id" = "call"."c_id" ) WHERE ("call"."date" < :T) 
ORDER BY "call"."date"

The error message is:

SQL Status: HY000
Error code: 1000

syntax error, unexpected $end, expecting BETWEEN or IN or SQL_TOKEN_LIKE



If you replace :T by for example :DX it works fine.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to