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

SQL comments #2

Open
oveand opened this issue Mar 12, 2019 · 0 comments
Open

SQL comments #2

oveand opened this issue Mar 12, 2019 · 0 comments

Comments

@oveand
Copy link

oveand commented Mar 12, 2019

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
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