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

WITH (rowlock) missing #7

Closed nanangp closed 11 years ago

nanangp commented 11 years ago
SELECT x FROM Something S WITH (rowlock)

The old formatter fails, the new one simply rids of the WITH (rowlock) statement