Formatting and ;
MikeyC
Posts: 249 Bronze 3
When I format my SQL code SQL Prompt is putting a space before the end of command terminator (;).
Given:
If you format it it ends up like:
Is there any way to change that? Maybe it should use the "Space before comma" option from the "Commas & parentheses" section.
Given:
SELECT 1 AS Field1, 2 AS Field2, 3 AS Field3 INTO #Test;
If you format it it ends up like:
SELECT 1 AS Field1, 2 AS Field2, 3 AS Field3 INTO #Test ;
Is there any way to change that? Maybe it should use the "Space before comma" option from the "Commas & parentheses" section.
Comments
I have logged this issue (SP-2798) in our internal tracking system and will be addressed in future release.
Kindly let us know if you need any help regarding SQL Prompt, I'll like to help.
Product Support
Redgate Software Ltd.
E-mail: support@red-gate.com