Skip to content

regression: SET role = 'foobar' was broken by the latest release #1469

Closed
@lovasoa

Description

@lovasoa

Using a sql keyword as a variable name used to work in previous versions and was broken by the latest release.
This has caused issues downstream like sqlpage/SQLPage#644

The problem appears with:

SET role = 'foobar';

which is valid SQL (at least in postgres), and which now fails parsing with ParserError("Expected: identifier, found: =")

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