[ https://forge.continuent.org/jira/browse/SEQUOIA-812?page=comments#action_13622 ]
Emmanuel Cecchet commented on SEQUOIA-812: ------------------------------------------ In a single controller scenario, the remaining code in RequestManager.statementExecute is bogus and the request has already been wrapped into an AbstractWriteRequest by the VirtualDatabaseWorkerThread. There is no need to wrap it again in a stored procedure. This is now obsolete. > Sequoia may not store data records with semicolon > ------------------------------------------------- > > Key: SEQUOIA-812 > URL: https://forge.continuent.org/jira/browse/SEQUOIA-812 > Project: Sequoia > Type: Bug > Components: JDBC Driver, CLI Console > Versions: Sequoia 2.10 > Reporter: Adnan Oeztuerk > Assignee: Emmanuel Cecchet > > > Sequoia throws an error message with the attempt a data record for storing > (insert or update), which contains a semicolon: > ERROR: test.ConfigStoreException: *** SQLException occurred *** Message of > cause: Failed to execute request insert into table(name,description) VALUE.. > because of (org.continuent.sequoia.controller.requests.StoredProcedure) > Example: > insert into table(name,description) VALUES ('my name', 'Description with > semicolon; in varchar-attribute') -- 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
