SQL Prompt Formatting Off doesn't apply to itself
![a.higgins](https://us.v-cdn.net/6029854/uploads/defaultavatar/nZUSABQN8JEE0.jpg)
The indentation of the Off/On switches move around when formatting SQL.
Original query:
Formatted query:
Can the switch to turn formatting off apply to itself, so that it stays at whatever indentation I put it?
Original query:
-- SQL Prompt Formatting Off SELECT * FROM INFORMATION_SCHEMA.COLUMNS c -- SQL Prompt Formatting On
Formatted query:
-- SQL Prompt Formatting Off SELECT * FROM INFORMATION_SCHEMA.COLUMNS c -- SQL Prompt Formatting On
Can the switch to turn formatting off apply to itself, so that it stays at whatever indentation I put it?
Comments
Thanks for the bug report! We've managed to reproduce the issue here and are working on a fix.
Thanks,
James
Redgate Software
Just to let you know we've just released a new beta build (7.3.0.650) that should contain a fix for "formatting off" comments not applying to themselves.
Try it and let us know how it is.
Thanks,
James
Redgate Software