How can we help you today? How can we help you today?

SQL Prompt Formatting Off doesn't apply to itself

The indentation of the Off/On switches move around when formatting SQL.

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?
a.higgins
0

Comments

3 comments

  • James R
    Hi a.higgins,

    Thanks for the bug report! We've managed to reproduce the issue here and are working on a fix.

    Thanks,
    James
    James R
    0
  • James R
    Hi again,

    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
    James R
    0
  • a.higgins
    Looks good, thank you!
    a.higgins
    0

Add comment

Please sign in to leave a comment.