[
https://issues.apache.org/jira/browse/IGNITE-20442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Evgeny Stanilovsky updated IGNITE-20442:
----------------------------------------
Fix Version/s: 3.0.0-beta2
> 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
> Fix For: 3.0.0-beta2
>
> Time Spent: 1h 20m
> 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)