[ https://forge.continuent.org/jira/browse/SEQUOIA-1095?page=comments#action_14536 ]
Gilles Rayrat commented on SEQUOIA-1095: ---------------------------------------- Examples, from the SQL client (that runs queries with execute()): > /* bla */ An error occured while executing SQL query (org.continuent.sequoia.common.exceptions.driver.DriverSQLException: Message of cause: Request /* bla *// failed on backend c1b1 (Error while building Sequoia ResultSet (ResultSet is from UPDATE. No Data.))) > -- comment An error occured while executing SQL query (org.continuent.sequoia.common.exceptions.driver.DriverSQLException: Message of cause: Request -- comment/ failed on backend c1b1 (Error while building Sequoia ResultSet (ResultSet is from UPDATE. No Data.))) > ; An error occured while executing SQL query (org.continuent.sequoia.common.exceptions.driver.DriverSQLException: Message of cause: Request ;/ failed on backend c1b1 (Query was empty)) > Comments-only statements throw error "ResultSet is from UPDATE. No Data." > ------------------------------------------------------------------------- > > Key: SEQUOIA-1095 > URL: https://forge.continuent.org/jira/browse/SEQUOIA-1095 > Project: Sequoia > Type: Bug > Components: Core > Reporter: Gilles Rayrat > Assignee: Gilles Rayrat > Fix For: sequoia 2.10.11, Sequoia 4.0 > > > When issuing a statement that only contains a comment (either "/* ... */" or > "-- .."), the following error is returned: > Error while building Sequoia ResultSet (ResultSet is from UPDATE. No Data.) > Note that -- is SQL92 standard, and /* */ is SQL99, so these should be > supported -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://forge.continuent.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira _______________________________________________ Sequoia mailing list [email protected] https://forge.continuent.org/mailman/listinfo/sequoia
