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

Pavel Pereslegin updated IGNITE-20442:
--------------------------------------
    Description: 
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


<commit statement> ::=
    COMMIT
{code}


  was:
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}



> 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
>            Priority: Major
>              Labels: ignite-3
>
> 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
> <commit statement> ::=
>     COMMIT
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to