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

apostrophes in SQL comments leads to mismatched token exceptions #25

Closed
simonalexander2005 opened this issue May 6, 2020 · 2 comments
Closed

Comments

@simonalexander2005
Copy link

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');
@zheng-wang
Copy link
Owner

zheng-wang commented May 6, 2020

Right, the comment with apostrophes works with SELECT statement, but not INSERT. Will look into it. Thanks for identifying it.

@zheng-wang
Copy link
Owner

This issue has been fixed in ATB v0.18.7.

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

2 participants