You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Maksim Zhuravkov (Jira)" <ji...@apache.org> on 2023/10/13 09:12:00 UTC

[jira] [Updated] (IGNITE-20444) Sql. Add restrictions for execution tx related statements with single statement mode.

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

Maksim Zhuravkov updated IGNITE-20444:
--------------------------------------
    Fix Version/s: 3.0.0-beta2

> Sql. Add restrictions for execution tx related statements with single statement mode.
> -------------------------------------------------------------------------------------
>
>                 Key: IGNITE-20444
>                 URL: https://issues.apache.org/jira/browse/IGNITE-20444
>             Project: Ignite
>          Issue Type: Improvement
>          Components: sql
>    Affects Versions: 3.0.0-beta1
>            Reporter: Evgeny Stanilovsky
>            Assignee: Maksim Zhuravkov
>            Priority: Major
>              Labels: ignite-3
>             Fix For: 3.0.0-beta2
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Append single statement restrictions for using with new tx related sql syntax [1] implementation.
> {code:java}
> try (Session ses = client.sql().createSession()) {
>                 ses.execute(
>                         null, "_new transactional statement from ignite-20442_" <-- such calls need to be rejected
>                 ).close();
>                 ses.execute(
>                         null,
>                         "some other sql statement"
>                 ).close();
> }
> {code}
> [1] https://issues.apache.org/jira/browse/IGNITE-20442



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