Skip to content

Support usage of update clause in non-MySQL DBs #1801

Open
@MasterOdin

Description

@MasterOdin

It would be useful to people to be able to use update for DBs that are not MySQL. To handle it, a trigger will have to be made against the table to run on row update. The devil in the details here is to properly deal with the trigger on column rename / update / deletion.

From #1800 and #1798

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