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

Unable to quote the identifiers with double quotes in workbench [BUG] #217

Closed
chloe-zh opened this issue Sep 27, 2021 · 1 comment
Closed
Assignees
Labels
bug Something isn't working

Comments

@chloe-zh
Copy link
Contributor

Unable to execute the queries if the identifiers are quoted with double quotes, even though it works in SQL/PPL plugin itself. Single quotes work though.
Example:

SHOW tables LIKE "%";

Possible reason: the workbench does not insert escape char (\) for the double quote (")

@chloe-zh chloe-zh added bug Something isn't working Beta untriaged and removed Beta untriaged labels Sep 27, 2021
@joshuali925 joshuali925 self-assigned this Nov 30, 2021
@joshuali925
Copy link
Member

this will also be fixed by #305, similar to #194

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants