To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=58364
                  Issue #:|58364
                  Summary:|result table wrong when using LEFT OUTER JOIN
                Component:|Database access
                  Version:|OOo 2.0
                 Platform:|PC
                      URL:|
               OS/Version:|Windows XP
                   Status:|UNCONFIRMED
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|none
              Assigned to:|dbaneedsconfirm
              Reported by:|asteinert





------- Additional comments from [EMAIL PROTECTED] Wed Nov 23 11:25:50 -0800 
2005 -------
Table R:
========
A   B   C
---------
g   h   i
j   k   l

Table S:
========
C   D   E
---------
i   x   y
i   z   e

select * from R left outer join S on (R.C=S.C)
result table displayed in OOo Base (no matter which engine used! tested with 
internal engine, mysql and oracle):
A   B   C   C1   D   E
======================
g   h   i   i    x   y
g   h   i   i    x   y
j   k   l

Should be (compared to Access, mysql with phpMyAdmin, oracle with internal http-
server):
A   B   C   C1   D   E
======================
g   h   i   i    x   y
g   h   i   i    z   e   (!!!)
j   k   l

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to