Skip to content
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

Fix function params whose name collide with SQL type names #6150

Merged
merged 1 commit into from Sep 23, 2023

Conversation

msullivan
Copy link
Member

We need to make sure to quote them. Unfortunately we can't
unconditionally quote them in quote_ident, because when referring to
them as types or builtin functions they need to not be quoted.

Fixes #6062.

We need to make sure to quote them. Unfortunately we can't
*unconditionally* quote them in quote_ident, because when referring to
them as types or builtin functions they need to not be quoted.

Fixes #6062.
@msullivan msullivan merged commit a63aa13 into master Sep 23, 2023
22 checks passed
@msullivan msullivan deleted the invalid-syntax-name branch September 23, 2023 01:02
msullivan added a commit that referenced this pull request Sep 26, 2023
We need to make sure to quote them. Unfortunately we can't
*unconditionally* quote them in quote_ident, because when referring to
them as types or builtin functions they need to not be quoted.

Fixes #6062.
msullivan added a commit that referenced this pull request Sep 27, 2023
We need to make sure to quote them. Unfortunately we can't
*unconditionally* quote them in quote_ident, because when referring to
them as types or builtin functions they need to not be quoted.

Fixes #6062.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

some function argument names cause "InternalServerError: syntax error"
2 participants