Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Transactional integrity #18

@quile

Description

@quile

There are numerous places where the new transactions will not perform correctly. Eg. during a rollback, any inserted entities will be rolled back, but they will have received ids from the DB; we need to snapshot all objects prior to running the transaction, and if it's rolled back, all objects need to be restored to the snapshots.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions