PoorMansTSqlFormatter
PoorMansTSqlFormatter copied to clipboard
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...
This following formatted `case` statement is difficult to read. May I suggest that function parameters have their own lines when the parameter list gets "too long", and all the `CASE`...
Will there be any luck at making this compatible with the 64bit version of Notepad++?
Allen W Lee suggests on Twitter that better postgresql support would be appreciated: https://twitter.com/allenwlee/status/657278725726191616 This library was originally conceived as exclusively designed for T-SQL, but extra concessions/support was added for...
Just another little thing that would be more frierndly to other SQL dialects - USING seems pretty popular (rightly so) in MySql circles (it currently "works" but decides there's an...
Follow http://keepachangelog.com/en/1.0.0/
Hello! I just wanted to report the missing support for [all of service broker commands](https://docs.microsoft.com/en-us/sql/t-sql/statements/begin-conversation-timer-transact-sql). Thank you
While answering a question from Richard King I came across the [ModelText control](http://www.modeltext.com/html/index.aspx) - turns out it's closed-source so might not be the besst choice (and may not work in...
I've noticed that if a table has a column rather unfortunately named "Data" it will get capitalized. Obviously, that can cause havoc in the code itself, as TableName.Data is definitely...
Thanks for the SSMS add-in! Is it possible (now) to change function names CAST, COALESCE etc to uppercase along with the keywords? If not, is it possible to implement? If...
It would be great to have a https://chocolatey.org/ installer - this would make it really easy to install on pretty much any Windows system.