To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105959


User oj changed the following:

                What    |Old value                 |New value
================================================================================
             Assigned to|oj                        |msc
--------------------------------------------------------------------------------




------- Additional comments from o...@openoffice.org Wed Oct 28 06:59:22 +0000 
2009 -------
Please verify. Thanks.

The query 
SELECT * FROM "T" WHERE ( ( :pX = "X" ) OR ( :pX IS NULL ) ) AND ( ( :pY = "Y" )
OR ( :pY IS NULL ) )

is now normalized to

SELECT * FROM "T" AS "T" 
WHERE ( "X" = :pX AND "Y" = :pY OR "X" = :pX AND :pY IS NULL OR "Y" = :pY AND
:pX IS NULL OR :pY IS NULL AND :pX IS NULL )

to be displayable in the query design.

---------------------------------------------------------------------
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: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to