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? 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
If an sql statement has a comment it can be prepared wrongly, without passing parameters in it. I have a unit test for reproducing the issue: https://gist.github.com/anonymous/ee94694a0d3c617cc236bc479fdd399f
The text was updated successfully, but these errors were encountered:
Thanks for the test case; I can confirm this bug.
Sorry, something went wrong.
Fix error parsing -- comments in SQL. Fixes #429
8c844c9
5ec3bc9
Fixed in 0.36.0.
No branches or pull requests
If an sql statement has a comment it can be prepared wrongly, without passing parameters in it.
I have a unit test for reproducing the issue:
https://gist.github.com/anonymous/ee94694a0d3c617cc236bc479fdd399f
The text was updated successfully, but these errors were encountered: