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
969 stars 268 forks source link

"Enable Keyword Standardization" option should be better labelled #218

Open TaoK opened 5 years ago

TaoK commented 5 years ago

The "Enable Keyword Standardization" option on poorsql.com ("keywordStandardization" in the library) is misleadingly-named: It should more clearly reflect:

Furthermore, given the reasonably wide demographic of users, it does not make sense to enable this option by default, as it can "damage" MySql code. The the option should be disabled by default on PoorSql.com, as it is in the library.

TaoK commented 5 years ago

The default for poorsql.com has been changed, updating description to target naming primarily.