Skip to content

column names that conflict with DATE/TIME keywords must be quoted #168

@jrmuizel

Description

@jrmuizel

Postgresql has no problem parsing the query select date from default but sqlparser-rs does:

2020-05-24 13:56:55,466 DEBUG [sqlparser::parser] Parsing sql 'select date from default
'...
2020-05-24 13:56:55,467 DEBUG [sqlparser::parser] parsing expr
Error during parsing: ParserError("Expected literal string, found: from")

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    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