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 [email protected] 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: [email protected]
For additional commands, e-mail: [email protected]