GO not being indented properly
jmeyer
Posts: 70 Bronze 2
USE master; GO SELECT * FROM dbo.spt_values; GOIf I run the Format SQL command I would expect that the GO lines would be aligned with the USE and SELECT statement lines respectively; however, the GO lines stay where they are.
Comments
I think we might have already fixed this in the 7.3 beta formatter if you'd like to give it a go. If you're still having problems on the new formatter please do let me know.
Thanks,
Aaron.