TaoK / PoorMansTSqlFormatter

A small free .Net and JS library (with demo UI, command-line bulk formatter, SSMS/VS add-in, notepad++ plugin, winmerge plugin, and demo webpage) for reformatting and coloring T-SQL code to the user's preferences.
http://www.architectshack.com/PoorMansTSqlFormatter.ashx
GNU Affero General Public License v3.0
957 stars 266 forks source link

Better error-reporting in commandline formatter #45

Open TaoK opened 12 years ago

TaoK commented 12 years ago

A user recently had an issue where the error message was "Unrecognized arguments found", but as the formatter was called from another program and they couldn't reproduce the same issue at the command-line, the issue was a little perplexing. The issue was resolved, I'm not exactly sure what it was, but I believe it was that both StdIn and an input filename were provided.