Fixing bug with ? : not parsing, Add Sql Formatter option to scripting#170
Fixing bug with ? : not parsing, Add Sql Formatter option to scripting#170kenlassesen wants to merge 2 commits intosethreno:masterfrom
Conversation
|
Added a Pretty Printer for scripting. This SQL Reformatter supports the following options (read from sqlformat.json). If this file is missing, it is created from the default values. |
|
I just discovered this tool today and did the same fix on my own fork. Splitting the build fix commit and reformat feature commit to separate PRs may make them easier to be pulled here. |
The logical ordering of ? : ? failed to parse correctly in VS2019 on windows. Added ( ) to resolve issue