-
Notifications
You must be signed in to change notification settings - Fork 605
Snowflake COMMENT ON support #1511
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @psukys I can submit a PR to resolve this issue if you're not planning to do it. |
@git-hulk please do, I lack knowledge on internals to pick it up immediatelly |
git-hulk
added a commit
to git-hulk/sqlparser-rs
that referenced
this issue
Nov 11, 2024
The COMMENT ON syntax has been supported in PostgreSQL. This PR only moves it into the common and adds `supports_comment_on` to enable this feature. Also, this PR extends `SCHEMA`, `DATABASE`, `USER`, `ROLE` as its allowed object type. This closes apache#1511.
git-hulk
added a commit
to git-hulk/sqlparser-rs
that referenced
this issue
Nov 11, 2024
The COMMENT ON syntax has been supported in PostgreSQL. This PR only moves it into the common and adds `supports_comment_on` to enable this feature. Also, this PR extends `SCHEMA`, `DATABASE`, `USER`, `ROLE` as its allowed object type. This closes apache#1511.
git-hulk
added a commit
to git-hulk/sqlparser-rs
that referenced
this issue
Nov 13, 2024
The COMMENT ON syntax has been supported in PostgreSQL. This PR only moves it into the common and adds `supports_comment_on` to enable this feature. Also, this PR extends `SCHEMA`, `DATABASE`, `USER`, `ROLE` as its allowed object type. This closes apache#1511.
git-hulk
added a commit
to git-hulk/sqlparser-rs
that referenced
this issue
Nov 13, 2024
The COMMENT ON syntax has been supported in PostgreSQL. This PR only moves it into the common and adds `supports_comment_on` to enable this feature. Also, this PR extends `SCHEMA`, `DATABASE`, `USER`, `ROLE` as its allowed object type. This closes apache#1511.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Support for https://docs.snowflake.com/en/sql-reference/sql/comment, for example:
Currently, parsing fails:
The text was updated successfully, but these errors were encountered: