8000 Nested Transactions · Issue #1149 · realm/realm-core · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Nested Transactions #1149
Open
Open
@mrackwitz

Description

@mrackwitz

Allow to start a new nested write transaction within an already open write transaction.

  • When a nested transaction is committed, the modifications should only propagate to next outer transaction.
  • When the inner transaction is rolled back, only the modifications of that inner transaction should be discarded and the modifications of any previous nested transactions as well as the previous modifications in the outer transaction should remain.
  • When an outer transaction is rolled back, then all modifications of all inner transactions should be discarded.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0