benlaan / sqlformat

.NET SQL Parser and Formatter Tool and SSMS Plugin
http://sqlformat.benlaan.com
BSD 3-Clause "New" or "Revised" License
73 stars 27 forks source link

EXEC someProc doesn't have a formatter #20

Closed benlaan closed 7 years ago

benlaan commented 8 years ago

It turns out that the ExecuteSqlStatementFormatter which sounds like it does the trick is there only to support sp_executesql.

i.e ExecuteSqlStatement does have a formatter, but ExecStatement doesn’t