Sublime-uroboroSQL-formatter
Sublime-uroboroSQL-formatter copied to clipboard
Better handle for weird LIMIT param
trafficstars
Hi,
I have the following sql and the formatter would not reformat it
SELECT * FROM table DESC LIMIT ?,?
However, it will reformat the sql if I remove the "?,?" at the end like:
SELECT * FROM table DESC LIMIT
I know that ?,? is not a valid input for sql, but would you consider supporting this user case?
Thank You.