Skip to content

Nested comments were broken by the sqlparser v0.54 release #1753

Closed
@lovasoa

Description

@lovasoa

Nested /* comments used to be parsed as such by sqlparser, but have been broken by the 0.54 release.

The following works in postgresql and mssql:

select /* /* comment */ */ 1;

and it used to be parsed correctly by sqlparser, but now is not.

Initially reported in sqlpage/SQLPage#834

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