To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=63222
                  Issue #:|63222
                  Summary:|quoting of names
                Component:|Database access
                  Version:|OOo 2.0.2
                 Platform:|PC
                      URL:|
               OS/Version:|Windows 2000
                   Status:|UNCONFIRMED
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|none
              Assigned to:|dbaneedsconfirm
              Reported by:|rabund





------- Additional comments from [EMAIL PROTECTED] Wed Mar 15 07:30:28 -0800 
2006 -------
I've added a sql query to a database connected via ODBC to a DB2/400 UDB:

SELECT * FROM HLITSTALG.HDIP0SYS WHERE divsa = '100' AND divsa = '6'

When executing this statement, I receive an error field "divsa" is unknown. I
found, that OO doublequotes automatically resulting in:

SELECT * FROM "HLITSTALG"."HDIP0SYS" WHERE "divsa" = '100' AND "divsa" = '6'

Double quoting with DB2/400 results in case sensitive matching of names.
Unquoted names are treated as uppercase. Therefore OO should, by no means,
automatically quote names (neither column, nor table or schema names).

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