We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0ae9f6 commit f545badCopy full SHA for f545bad
1 file changed
.github/workflows/generate_setup_script.ps1
@@ -114,7 +114,7 @@ $dacOptions.IncludeCompositeObjects = $true
114
$dacOptions.BlockOnPossibleDataLoss = $true
115
$dacOptions.NoAlterStatementsToChangeClrTypes = $true
116
$dacOptions.AllowDropBlockingAssemblies = $true
117
-$dacOptions.CommentOutSetVarDeclarations = $false
+$dacOptions.CommentOutSetVarDeclarations = $true
118
$dacOptions.ScriptDatabaseOptions = $false
119
$dacOptions.AllowIncompatiblePlatform = $true
120
$dacOptions.VerifyCollationCompatibility = $false
0 commit comments