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

Remove line comments and block comments from query #14

Closed
ianmcook opened this issue Sep 6, 2019 · 0 comments
Closed

Remove line comments and block comments from query #14

ianmcook opened this issue Sep 6, 2019 · 0 comments
Labels

Comments

@ianmcook
Copy link
Owner

@ianmcook ianmcook commented Sep 6, 2019

To allow parsing of commented SQL queries, queryparser should remove any line comments (beginning with -- and ending at the end of the line) and block comments (beginning with /* and ending with */) before parsing a query.

@ianmcook ianmcook added the enhancement label Sep 6, 2019
@ianmcook ianmcook closed this in ae7b60f Sep 6, 2019
ianmcook added a commit that referenced this issue Sep 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.