Sublime-uroboroSQL-formatter icon indicating copy to clipboard operation
Sublime-uroboroSQL-formatter copied to clipboard

Better handle for weird LIMIT param

Open sunnychan16 opened this issue 7 years ago • 0 comments
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.

sunnychan16 avatar Mar 14 '18 21:03 sunnychan16