https://bugs.freedesktop.org/show_bug.cgi?id=45453
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from [email protected] 2012-01-31 09:09:50 PST --- When I connected to this database using Flamerobin (exist in repository of Fedora, http://www.flamerobin.org), and executed this: select * from "COUNTRY"; it executed successfully. Then I start interception by Fireshark and executed this statement by LibreBase: First Librebase issued this 2 times: select * from "COUNTRY" WHERE (0=1) then this: select * from "COUNTRY" and finally this: SELECT * FROM "COUNTRY" WHERE ( TRUE = ? AND "COUNTRY"."COUNTRY" = ? OR TRUE = ? AND "COUNTRY"."COUNTRY" IS NULL ) and Firebird return error: Column unknown TRUE At line 1, column 33 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
