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

--- Comment #3 from tj_trevor.jo...@yahoo.co.uk ---
The query works in SQL direct edit.

Using values rather than parameters gives the following

SELECT "Table1".*, "Table1"."Field1A", "Table1"."Field1B" FROM "Table1" 
WHERE ( "Field1A" = '101A' AND "Field1B" = '105B' OR "Field1A" IS NULL AND
"Field1B" IS NULL )

This is not what I was hoping to find.

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