Ivan Pavlukhin created IGNITE-10063:
---------------------------------------
Summary: MVCC SQL: Tx SQL commands are not supported in multistatements
Key: IGNITE-10063
URL:
https://issues.apache.org/jira/browse/IGNITE-10063 Project: Ignite
Issue Type: Bug
Reporter: Ivan Pavlukhin
Is is possible to execute multiple statements in single JDBC call like:
{code:sql}UPDATE t1 SET b = '2'; COMMIT{code}
Currently tx commands fail to execute if passed in such multistatement. Tx commands are e.g. {{BEGIN}}, {{COMMIT}}, {{ROLLBACK}}.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)