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

Complex joins #241

Open alexiscomte opened 5 years ago

alexiscomte commented 5 years ago

The formatter gives an error on following example SQL Code

SELECT 1 FROM toto INNER JOIN titi LEFT JOIN tata ON 2 = 2 ON 1 = 1