We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I have a data table with a field that contains data with double quoted text at the end:
some text "another text"
The last double quote is dropped in generated SQL when I use this field in a filter.
WHERE org_name IN ('some text "another text')
WHERE org_name IN ('some text "another text"')
0.37.2
3.6
The text was updated successfully, but these errors were encountered:
Hi, any update on this? version 1.3.1 still has this issue.
Sorry, something went wrong.
I have the same issue, using 1.3.0 version with PostgreSQL connector
No branches or pull requests
I have a data table with a field that contains data with double quoted text at the end:
The last double quote is dropped in generated SQL when I use this field in a filter.
Actual results
Expected results
How to reproduce the bug
Environment
0.37.2
3.6
The text was updated successfully, but these errors were encountered: