[
https://issues.apache.org/jira/browse/IGNITE-28868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18096476#comment-18096476
]
Vladislav Pyatkov commented on IGNITE-28868:
--------------------------------------------
Merged this commit in the feature batch.
All corresponding commits for the selected update would be merged
simultaneously with IGNITE-28724.
> Calcite SQL: Add SELECT ... FOR UPDATE syntax and validation (no-op)
> --------------------------------------------------------------------
>
> Key: IGNITE-28868
> URL: https://issues.apache.org/jira/browse/IGNITE-28868
> Project: Ignite
> Issue Type: Improvement
> Reporter: Vladislav Pyatkov
> Assignee: Vladislav Pyatkov
> Priority: Major
> Labels: ignite-2, sql
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Add grammar, AST, and validation for SELECT ... FOR UPDATE in the Calcite
> engine. Actual lock acquisition is out of scope and will be done in a
> follow-up.
> {code}
> SELECT ... FROM ... [WHERE ...]
> FOR UPDATE [OF col [, col ...]] [WAIT n | NOWAIT]
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)