Thanks to visit codestin.com
Credit goes to github.com

Skip to content

parseSQL should handle double-quoted identifiers with spaces #460

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

Closed
jakeboone02 opened this issue Feb 13, 2023 · 0 comments · Fixed by #455
Closed

parseSQL should handle double-quoted identifiers with spaces #460

jakeboone02 opened this issue Feb 13, 2023 · 0 comments · Fixed by #455
Milestone

Comments

@jakeboone02
Copy link
Member

Example:

"Column Name" = 'Value'

should resolve to the rule

{
  field: "Column Name",
  operator: "=",
  value: "Value",
}

Fixed by #455.

@jakeboone02 jakeboone02 added this to the v6.0 milestone Feb 13, 2023
@jakeboone02 jakeboone02 mentioned this issue Feb 13, 2023
1 task
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 a pull request may close this issue.

1 participant