[ 
https://issues.apache.org/jira/browse/IGNITE-20442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17772157#comment-17772157
 ] 

Maksim Zhuravkov commented on IGNITE-20442:
-------------------------------------------

[~zstan], [~jooger] Could you please review my PR?

> 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
>            Assignee: Maksim Zhuravkov
>            Priority: Major
>              Labels: ignite-3
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)

Reply via email to