Skip to content

[BUG] Failed parsing queries with data keyword #1969

@tomershay

Description

@tomershay

SELECT * FROM myschema.myfunction('test'::data.text_not_null)

This query fails parsing because the reserved data keyword is being used.

In attempt to fix this, I was thinking to add it to RelObjectNameExt, is that the right place?
I tried do do that, but from some reason the auto-generated code is invalid.

In case anyone has any idea on how to resolve this, guidance will be appreciated and I'm happy to create a PR.

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