You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ivan Pavlukhin (JIRA)" <ji...@apache.org> on 2018/10/30 13:39:00 UTC

[jira] [Created] (IGNITE-10063) MVCC SQL: Tx SQL commands are not supported in multistatements

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)