[
https://issues.apache.org/jira/browse/IGNITE-21628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ilya Shishkov updated IGNITE-21628:
-----------------------------------
Description:
SQL commands should be removed:
* {{BEGIN [TRANSACTION]}} -> {{SqlBeginTransactionCommand}}
* {{COMMIT [TRANSACTION]}} -> {{SqlCommitTransactionCommand}}
* {{ROLLBACK [TRANSACTION]}} -> {{SqlRollbackTransactionCommand}}
* {{SELECT FOR UPDATE}}
* etc.
All corresponding parsing code should be removed too.
was:
* SQL commands should be removed:
* {{BEGIN [TRANSACTION]}} -> {{SqlBeginTransactionCommand}}
* {{COMMIT [TRANSACTION]}} -> {{SqlCommitTransactionCommand}}
* {{ROLLBACK [TRANSACTION]}} -> {{SqlRollbackTransactionCommand}}
* {{SELECT FOR UPDATE}}
* etc.
All corresponding parsing code should be removed too.
> Transactional SQL commands removal
> ----------------------------------
>
> Key: IGNITE-21628
> URL: https://issues.apache.org/jira/browse/IGNITE-21628
> Project: Ignite
> Issue Type: Sub-task
> Components: mvcc
> Reporter: Ilya Shishkov
> Assignee: Ilya Shishkov
> Priority: Minor
> Labels: ise
> Time Spent: 10m
> Remaining Estimate: 0h
>
> SQL commands should be removed:
> * {{BEGIN [TRANSACTION]}} -> {{SqlBeginTransactionCommand}}
> * {{COMMIT [TRANSACTION]}} -> {{SqlCommitTransactionCommand}}
> * {{ROLLBACK [TRANSACTION]}} -> {{SqlRollbackTransactionCommand}}
> * {{SELECT FOR UPDATE}}
> * etc.
> All corresponding parsing code should be removed too.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)