Skip to content

incorrect parsing of UPDATE statements using row values in SQLite #1311

@lovasoa

Description

@lovasoa

Initially reported in sqlpage/SQLPage#403

update x set (a,b)=(1,2);

is parsed as

update x set a.b=(1,2);

https://sqlite.org/rowvalue.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions