roundrop/intellij-plugin-SQLFormatter

SQL comments

Opened this issue · 0 comments

Hi,

Nice little plugin,
Unfortunately it does not handle comments with double-dash (--) very well
SELECT * FROM table -- used to update other table from this
becomes

SELECT
    * 
FROM
    table -- used to update
        other table 
    from
        this