To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=83810
                 Issue #|83810
                 Summary|API: SingleSelectQueryComposer::getStructuredFilter no
                        |t working for sample filter
               Component|Database access
                 Version|680m237
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|none
             Assigned to|oj
             Reported by|fs





------- Additional comments from [EMAIL PROTECTED] Wed Nov 21 12:18:29 +0000 
2007 -------
This is a follow-up of issue 82233. One of the problems discovered therein
(which was worked around to fix the issue) is that in some cases, the
SingleSelectQueryComposer is not able to properly provide a structured filter
for a WHERE clause such as

WHERE (   orders.CustomerID = customers.ID
      AND orders_details.OrderID = orders.ID
      AND orders_details.ProductID = products.ID
      )
      AND
      (  products.Name = 'Apples'
      OR products.ID = 2
      );

That is, the clause is a conjunction where at one of the sub clauses is a 
disjunction, and the other clauses are mere comparison predicates.

To reproduce this, do a "dmake run_SingleSelectQueryComposer" in
dbacess/qa/complex/dbaccess, in CWS dba24d (or a MWS where this CWS has been
integrated).

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

Reply via email to