To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=80901
Issue #|80901
Summary|bad SQL for left-outer-join
Component|Database access
Version|OOo 2.2.1
Platform|All
URL|
OS/Version|All
Status|UNCONFIRMED
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P3
Subcomponent|none
Assigned to|jbu
Reported by|viandor
------- Additional comments from [EMAIL PROTECTED] Tue Aug 21 13:00:59 +0000
2007 -------
I am using postgresql-sdbc-driver 0.7.4.
When i build a request with a different link between two tables than the default
link (i.e. a left-outer-join), the generated SQL is wrong and i get an error.
The generated SQL is :
SELECT "intrant_intervention"."volume", "intervention"."description" FROM { OJ
"public"."intrant_intervention" LEFT OUTER JOIN "public"."intervention" ON
"intrant_intervention"."id_intervention" = "intervention"."id_intervention" }
It should be :
SELECT "intrant_intervention"."volume", "intervention"."description" FROM
"public"."intrant_intervention" LEFT OUTER JOIN "public"."intervention" ON
"intrant_intervention"."id_intervention" = "intervention"."id_intervention"
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]