Skip to content

Stricter insert/update/delete #866

@mvorisek

Description

@mvorisek

All DB operations incl. update/insert/delete must honor all model conditions

when a record is saved (inserted/updated), it should be reselected to check if the model conditions still select such model (currently model is reloaded, but no rollback is done if the record cannot be loaded)

before any record is deleted, the record should be selected to test if the model conditions match

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions