jdorn / sql-formatter

A lightweight php class for formatting sql statements. Handles automatic indentation and syntax highlighting.
http://jdorn.github.com/sql-formatter/
MIT License
3.89k stars 186 forks source link

Unclosed block comments #93

Open ondrejhlavacek opened 7 years ago

ondrejhlavacek commented 7 years ago

Unclosed block comments remain in the query, eg.

/* open comment

returns

open comment

after running SQLFormatter::removeComments