Hi Redgate Team,

most of the settings to control the parentheses does not have any effect.
So I guess it is a bug.
It would be nice if you can fix it because I like the idea to control the parentheses.

Thanks!

Torsten
SELECT
	*
FROM
	sys.dm_db_index_physical_stats(
									DB_ID()
								,	OBJECT_ID('Sales.SalesOrderHeader', 'U')
								,	NULL
								,	NULL
								,	'detailed'
								)
GO
torsten.strauss
0

Comments

3 comments

  • James R
    Hey @torsten.strauss

    Thanks for the post! The formatting of function calls is something we've known isn't good enough for a while. We've logged in our system and we'll take a look at it soon :)

    Regards,
    James
    James R
    0
  • torsten.strauss
    Hi James,

    I guess it is the same for Insert / Values statements.
    Would be wonderful to see this implemented soon.

    Thanks for looking into this!

    Torsten
    torsten.strauss
    0
  • James R
    Regarding INSERT/VALUES, keep your eyes peeled for an exciting update in the next few days :)

    James
    James R
    0

Add comment

Please sign in to leave a comment.