Skip to content

support SQLite's UPDATE OR REPLACE #1529

Closed
@lovasoa

Description

@lovasoa

SQLite's update statement supports an OR REPLACE clause.

UPDATE OR REPLACE t SET n = n+1;

See: https://www.sqlite.org/lang_update.html

Initially reported in sqlpage/SQLPage#695

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