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

Variables created with question mark break the query #1

Open
waldyrious opened this issue May 18, 2019 · 0 comments
Open

Variables created with question mark break the query #1

waldyrious opened this issue May 18, 2019 · 0 comments

Comments

@waldyrious
Copy link
Owner

If one manually adds a ? to the start of a variable name, it still gets prepended another ? when building the query, becoming ??variable, which then fails to execute.

Either the ? should not be added automatically if it is already present in the variable name, or the input box should disallow usage of ? (and possibly other invalid characters) and a tooltip shown to explain why.

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