Skip to content

"INSTEAD OF" trigger support for tables #8875

@EPluribusUnum

Description

@EPluribusUnum

Hi *!

Currently only the view trigger has "routing" functionality.
E.g.: you can decide in the view trigger, that a delete actually is a soft delete - you execute an UPDATE not a DELETE.

The INSTEAD OF triggers should be executed before the other triggers.
In the INSTEAD OF trigger you should be able to signal, whether the the processing of the DML write operation should be continued or skipped to this record.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions