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

Identifier fails to escape restricted keywords #167

Open
mcoirad opened this issue Oct 18, 2024 · 0 comments
Open

Identifier fails to escape restricted keywords #167

mcoirad opened this issue Oct 18, 2024 · 0 comments

Comments

@mcoirad
Copy link

mcoirad commented Oct 18, 2024

Maybe my expectation for this use case incorrect, but I had thought the identifier() function would handle cases of keywords that cannot be used as identifiers:

# expected behavior
identifier('order') == '"order"'
# actual behavior
identifier('order') == 'order'

Let me know if my assumption is incorrect on how to use this.

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

No branches or pull requests

1 participant