You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexander Lapin (Jira)" <ji...@apache.org> on 2021/12/16 20:25:00 UTC

[jira] [Updated] (IGNITE-15930) Implement explicit tx argument in table API

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

Alexander Lapin updated IGNITE-15930:
-------------------------------------
    Description: 
All data related public methods on table APIs must accept Transaction as an argument.

null value means "autocommit" mode.

*UPD*

- Explicit tx argument added to both RecordView and KeyValueView.
- withTransaction() and transaction() are removed.

  was:
All data related public methods on table APIs must accept Transaction as an argument.

null value means "autocommit" mode.


> Implement explicit tx argument in table API
> -------------------------------------------
>
>                 Key: IGNITE-15930
>                 URL: https://issues.apache.org/jira/browse/IGNITE-15930
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Alexey Scherbakov
>            Assignee: Alexander Lapin
>            Priority: Major
>              Labels: ignite-3
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> All data related public methods on table APIs must accept Transaction as an argument.
> null value means "autocommit" mode.
> *UPD*
> - Explicit tx argument added to both RecordView and KeyValueView.
> - withTransaction() and transaction() are removed.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)