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

Comments are not handled correctly #37

Open
aymen-k opened this issue Feb 11, 2022 · 0 comments
Open

Comments are not handled correctly #37

aymen-k opened this issue Feb 11, 2022 · 0 comments

Comments

@aymen-k
Copy link

aymen-k commented Feb 11, 2022

Hello David 👋

I just noticed that comments are not handled correctly when formatting the SQL queries.
For example

SELECT * FROM table_a
WHERE user_name="john doe"
/* just a comment */
ORDER BY user_id

is transformed into

SELECT *
FROM table_a
WHERE user_name="john doe" / *

PS: Thanks for the tool!

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

1 participant