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

--- Comment #5 from rob...@familiegrosskopf.de ---
(In reply to Tony from comment #4)
> 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"

Seems T (also t, d and D) are reserved for SQL. Don't know where Base could
find these characters as reserved for SQL. But this isn't your original bug, or
do you think this is the solution for the query you reported, where no prompt
appears.

-- 
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