To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=113631
------- Additional comments from [email protected] Wed Aug 4 18:53:37 +0000 2010 ------- I can add - if you remove the table alias the error clears - which is also a way of saying can confirm this issue with the query parser using OOO330m_2 / Ubuntu. -but as I say, if I change the query from SELECT "Name", "ClientID" FROM "Clients" "ClientID" to SELECT "Name", "ClientID" FROM "Clients" or even SELECT "Name", "ClientID" FROM "Clients" AS "Clients" then this simple query, at least, runs as expected with escape processing enabled. --------------------------------------------------------------------- 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]
