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
947 stars 266 forks source link

Feature request: make compatible with BigQuery #248

Closed kjmerf closed 4 years ago

kjmerf commented 4 years ago

There are two requests here in particular.

UNION DISTINCT is transformed into: UNION /n DISTINCT. Would be great to keep these on the same line

'schema.555_table' is transformed into 'schema . 555_table'. Would be great to ignore anything inside '', much like []