How can we help you today? How can we help you today?
aisberg
and I miss the workaround mentioned here in the https://documentation.red-gate.com/ss3/troubleshooting workaround instructions can be found only here in the forum. / comments
and I miss the workaround mentioned here in the https://documentation.red-gate.com/ss3/troubleshootingworkaround instructions can be found only here in the forum.
0 votes
the post is not shown as in the editor, I try again:   "dml": {     "clauses": {},     "listItems": {},     "addNewLineAfterDistinctAndTopClauses": true,     "collapseStatementsShorterThan": 75,     "collapseShortSubqueries": true,     "collapseSubqueriesShorterThan": 75,     "listItems": {       "placeGroupByAndOrderByOnNewLine": "always",       "placeFromTableOnNewLine": "always",       "placeWhereConditionOnNewLine": "always"     }   }, Select     Object1.[RepoObject_fullname] As ReferencingObjectName   , Object1.[RepoObject_type]   , Object2.[RepoObject_fullname] As ReferencedObjectName   , Object2.[RepoObject_type] --, Object1.[RepoObject_guid] --, Object2.[RepoObject_guid] From     [graph].[RepoObject] As Object1   , [graph].[ReferencedObject] As referenced   , [graph].[RepoObject] As Object2 Where MATCH(     Object1-(referenced)->Object2)     And Object1.[RepoObject_type] In ( 'u', 'v' )     And Object2.[RepoObject_type] In ( 'u', 'v' ) Order By     Object1.[RepoObject_fullname]   , Object2.[RepoObject_fullname] / comments
the post is not shown as in the editor, I try again:   "dml": {     "clauses": {},     "listItems": {},     "addNewLineAfterDistinctAndTopClauses": true,     "collapseStatementsShorterThan": 75,   ...
0 votes
@AdrianB Thank you! This is exactly, what I was searching for. Could you consider adding this hint in the documentation of the extension? Then other users also would be able to easy find it. / comments
@AdrianB Thank you! This is exactly, what I was searching for.Could you consider adding this hint in the documentation of the extension? Then other users also would be able to easy find it.
0 votes