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


User atjensen changed the following:

                What    |Old value                 |New value
================================================================================
                      CC|''                        |'atjensen'
--------------------------------------------------------------------------------
          Ever confirmed|                          |1
--------------------------------------------------------------------------------
                  Status|UNCONFIRMED               |NEW
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Mon Jun 30 12:40:07 +0000 
2008 -------
Confirmed on 2.4.1 and DEV300 m_31

If you start with a SQL statement such as:
SELECT "ID", "Name" FROM "Table1" AS "Table1" WHERE NOT ( "Name"  LIKE 'J%' )

which HSQLdb is perfectly happy with, then the Query designer will simply
convert that to:

SELECT "ID", "Name" FROM "Table1" AS "Table1" WHERE "Name"  = 'J%'

Whereas if you start with
SELECT "ID", "Name" FROM "Table1" AS "Table1" WHERE NOT ( "Name"  = 'J%' )

The query designer changes it to
SELECT "ID", "Name" FROM "Table1" AS "Table1" WHERE  "Name" <> 'J%'

Apparently the only use of the word NOT that is not changes is NOT IN.

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