To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67000
                 Issue #|67000
                 Summary|[CWS qiq] query wizard creates invalid query from quer
                        |y in bugdoc
               Component|Database access
                 Version|current
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|none
             Assigned to|bc
             Reported by|fs





------- Additional comments from [EMAIL PROTECTED] Tue Jul  4 04:46:48 -0700 
2006 -------
- open the attached database
- start the query wizard
- select the "query: customers" query, add all its fields
- let the wizard finish the new query
- open the new query (normally done by the wizard automatically)
=> error message:
Unexpected token:  in statement [SELECT "query: customers"."ID" AS "", "query:
customers"."Name" AS "", "query: customers"."Address" AS "", "query:
customers"."City" AS "", "query: customers"."Postal" AS "" FROM  ( SELECT * FROM
"Customers" ) AS "query: customers"]

If you save and unzip the ODB document, you see that in fact the wizard creates
the SQL statement
  SELECT "query: customers"."ID" AS "", "query: customers"."Name" AS "",
  "query: customers"."Address" AS "", "query: customers"."City" AS "",
  "query: customers"."Postal" AS ""
  FROM "query: customers" AS "query: customers"

which is errornous because of the empty alias 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