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

Support for reserved characters and whitespace in selectors #4

Closed
sdeming opened this issue Nov 8, 2023 · 0 comments · Fixed by #3
Closed

Support for reserved characters and whitespace in selectors #4

sdeming opened this issue Nov 8, 2023 · 0 comments · Fixed by #3
Labels
enhancement New feature or request

Comments

@sdeming
Copy link

sdeming commented Nov 8, 2023

I have a use case where I have to generate SQL queries where some columns have spaces embedded.

Simplified Example SQL:
SELECT * FROM dbo.Movies WHERE [Movie Title] = 'TRON'

This would be created from the following RSQL:
"Movie Title" == TRON

I propose that you can use the same grammar for selectors that is already used for arguments, that is, you can allow unquoted with only unreserved characters or a single or double quoted string, unescaped.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants