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


User atjensen changed the following:

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




------- Additional comments from [EMAIL PROTECTED] Wed Jun 11 05:34:26 +0000 
2008 -------
yup that did it.

using the same database as before I can take this query:
SELECT `w32_examples_functions`.*, `functionid` - `exampleid` AS `Minus` FROM
`w32_examples_functions` WHERE `functionid` - `exampleid` > 0

Run it in SQL view, EscapeProcessing = FALSE and it runs as expected. 

Set EscapeProcessing = TRUE and the query is changed to 
...WHERE `functionid` - `exampleid` > '0' and generated an error.

Checking the results of the query, in the GUI designer, without any criteria the
column Minus is being returned as type NUMBER.

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