Closed PabloRMira closed 3 years ago
Line comments with -- instead of / / cancel further formatting
After applying sql-formatter on the following query
sql-formatter
select asdf, -- some comment qwer, qwer2 from table1
we obtain
SELECT asdf -- some comment qwer, qwer2 from table1;
SELECT asdf -- some comment qwer, qwer2 FROM table1;
Describe the bug
Line comments with -- instead of / / cancel further formatting
To Reproduce
After applying
sql-formatter
on the following querywe obtain
Expected behavior