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

Allow leading underscore in column name used in row filter #1358

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

vincenzon
Copy link

@vincenzon vincenzon commented Nov 21, 2024

Fixes #1357

Allow leading underscore in column name used in row filter.
@Fokko
Copy link
Contributor

Fokko commented Nov 21, 2024

@vincenzon Thanks for fixing this. Should we add a test to ensure that we don't break this in the future? :)

@vincenzon
Copy link
Author

I added a test. I didn't change the quote character to backtick though I think it should be done. Let me know if you'd like that change in this PR or a separate one or something else.

Copy link
Contributor

@Fokko Fokko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vincenzon I think this is fine, thanks for fixing 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

Successfully merging this pull request may close these issues.

Row filter parse exception on column starting with underscore
2 participants