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

Issues with comments in 7.3.0.450

If you take this...
Begin
    /*
	 * Should look like this
	 */
	Select 1
End
and run "Format SQL", it looks like this... (Hint: The /* got moved up after the Begin)
Begin /*
	 * Should look like this
	 */
    Select 1
End

Do I have an option wrong?
JimF
0

Comments

2 comments

  • David Priddle
    Hi Jim,

    We've managed to reproduce this and should have a fix out shortly.

    Best regards,

    David
    David Priddle
    0
  • David Priddle
    Hi Jim,

    We've just released a new build which should fix the comments inside a BEGIN / END. Please let us know if it solves your issue!

    Best regards,

    David
    David Priddle
    0

Add comment

Please sign in to leave a comment.