https://issues.apache.org/ooo/show_bug.cgi?id=121492

--- Comment #7 from Andreas Säger <[email protected]> ---
SELECT * FROM "Table1" WHERE ( "Table1"."DATE" = '{D ''2013-01-10'' }' )

has 2 pairs of quotes too many. It should be

SELECT * FROM "Table1" WHERE ( "Table1"."DATE" = {D '2013-01-10'} )

or simply

SELECT * FROM "Table1" WHERE ( "Table1"."DATE" = '2013-01-10' )

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

Reply via email to