Options

Issues with comments in 7.3.0.450

JimFJimF Posts: 49 Bronze 3
edited August 25, 2016 9:04AM in SQL Prompt
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?

Comments

Sign In or Register to comment.