https://bugs.freedesktop.org/show_bug.cgi?id=69309

--- Comment #6 from [email protected] ---
Can't confirm this behavior for OpenSUSE Linux 64bit rpm. When I set the outer
join it works right. 
I get, for example, this query without changing anything in the SQL:

SELECT "Town"."Town", "person"."name" FROM "public"."person" AS "person" RIGHT
OUTER JOIN "public"."Town" AS "Town" ON "person"."ID_Town" = "Town"."ID"

LO-version 4.1.1.2, rpm-packages from SuSE-repositories, direct connection to
PostgreSQL.

When I switch to PostgreSQL-ODBC the following query is created and works, too:
SELECT "Town"."Town", "person"."name" FROM { OJ "libretest"."public"."person"
AS "person" RIGHT OUTER JOIN "libretest"."public"."Town" AS "Town" ON
"person"."ID_Town" = "Town"."ID" }

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

Reply via email to