Closed evoxmusic closed 2 years ago
This PR fix statements with multiple comments like this one below:
-- this is a first comment -- this is a second comment SELECT * -- this is a third comment FROM user -- this is a fourth comment -- this is a fifth comment WHERE age > 18;
This PR fix statements with multiple comments like this one below: