Pavel Pereslegin created IGNITE-20442:
-----------------------------------------
Summary: Sql. Extend grammar with transaction related statements.
Key: IGNITE-20442
URL: https://issues.apache.org/jira/browse/IGNITE-20442
Project: Ignite
Issue Type: Task
Components: sql
Reporter: Pavel Pereslegin
In order to process multistatement queries we need to support the following sql
grammar to start/finish transactions.
{code}
<start transaction statement> ::=
START TRANSACTION [<transaction access mode>]
<transaction access mode> ::= READ ONLY | READ WRITE
{code}
{code}
<commit statement> ::=
COMMIT
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)