Comments
3 comments
-
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 -
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 -
Regarding INSERT/VALUES, keep your eyes peeled for an exciting update in the next few days
James
Add comment
Please sign in to leave a comment.
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