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 I put comments in my sql, and the comments contain apostrophes, I then get exceptions thrown at runtime.
e.g:
-- This example shows what's wrong INSERT INTO table (A,B,C) VALUES ('D','E','F');
The text was updated successfully, but these errors were encountered:
Right, the comment with apostrophes works with SELECT statement, but not INSERT. Will look into it. Thanks for identifying it.
Sorry, something went wrong.
This issue has been fixed in ATB v0.18.7.
No branches or pull requests
If I put comments in my sql, and the comments contain apostrophes, I then get exceptions thrown at runtime.
e.g:
The text was updated successfully, but these errors were encountered: