Can someone explain why these MySQL commands would not be supported in the following syntaxes? I'm using sequoia 2.10.10 on linux
DELETE FROM testtable; An error occured while executing SQL query (org.continuent.sequoia.common.exceptions.driver.DriverSQLException: Message of cause: Unknown table 'testtable;' in this DELETE statement: DELETE FROM testtable;') But if I use no ';' on the end it works. Both SELECT and INSERT work with or without the ';' UNLOCK TABLES An error occured while executing SQL query (org.continuent.sequoia.common.exceptions.driver.DriverSQLException: Message of cause: Request UNLOCK TABLES/ failed on backend XXX (Error while building Sequoia ResultSet (ResultSet is from UPDATE. No Data.))) Thanx, -Tony --------------------------- Manager, IT Operations Format Dynamics, Inc. 303-573-1800x27 [EMAIL PROTECTED] http://www.formatdynamics.com _______________________________________________ Sequoia mailing list [email protected] https://forge.continuent.org/mailman/listinfo/sequoia
