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:41:00 UTC

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

     [ https://issues.apache.org/jira/browse/IGNITE-10063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ivan Pavlukhin updated IGNITE-10063:
------------------------------------
    Fix Version/s: 2.8
      Component/s: mvcc

> 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
>          Components: mvcc
>            Reporter: Ivan Pavlukhin
>            Priority: Major
>             Fix For: 2.8
>
>
> 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)