-
-
Notifications
You must be signed in to change notification settings - Fork 13
Comments support? #133
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
Comments
Hey! That's correct, there is no support for comments as of now. If you have a nice solution for adding support for it then please, go ahead! MySQL also supports I'm on vacation and don't have time to look into how the changes to tokenization might affect the code right now, but please feel free to open a PR for that as well and I'll have a look when I get the time. And of course, please read the contribution guidelines before you start committing. Thanks! 😄 |
It sounds great |
Faster and simpler tokenization. Add SQL comments support. Refs: scriptcoded#133
@erikn69 hah, I guess we both made a PR for this 😂 I don't think that Also I've improved the tokenizer a bit in my PR if you want to have a look. |
|
Add SQL comments support, including MySQL # comments. Faster and simpler tokenization. Refs: scriptcoded#133
Add SQL comments support, including MySQL # comments. Faster and simpler tokenization. Refs: scriptcoded#133
@erikn69 ah, missed that. Added support for |
Add SQL comments support, including MySQL # comments. Faster and simpler tokenization. Refs: scriptcoded#133
Add SQL comments support, including MySQL # comments. Faster and simpler tokenization. Refs: scriptcoded#133
Add SQL comments support, including MySQL # comments. Faster and simpler tokenization. Refs: scriptcoded#133
This issue has been marked as stale because it has been open for 14 days with no activity. Remove the stale label or comment or this will be closed in 5 days. |
Faster and simpler tokenization. Refs: scriptcoded#133
Add SQL comments support, including MySQL # comments. Refs: scriptcoded#133
Faster and simpler tokenization. Refs: scriptcoded#133
Add SQL comments support, including MySQL # comments. Refs: scriptcoded#133
Faster and simpler tokenization. Refs: scriptcoded#133
Add SQL comments support, including MySQL # comments. Refs: scriptcoded#133
Faster and simpler tokenization. Refs: scriptcoded#133
Add SQL comments support, including MySQL # comments. Refs: scriptcoded#133
Faster and simpler tokenization. Refs: #133
Add SQL comments support, including MySQL # comments. Refs: #133
Closed in #141 |
Seems that there is no support for SQL comments, either single line
-- comment
nor multi-line/* comments */
.Is this something you would accept a PR for?
If so I'd might also improve the tokenization a bit. If you use a single regex you can get rid one of the nested loops and improve performance.
The text was updated successfully, but these errors were encountered: