mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 01:25:40 -05:00
update schema compare default option (#967)
This commit is contained in:
@@ -225,7 +225,6 @@ namespace Microsoft.SqlTools.ServiceLayer.SchemaCompare.Contracts
|
||||
options.DropRoleMembersNotInSource = true;
|
||||
options.IgnoreKeywordCasing = false;
|
||||
options.IgnoreSemicolonBetweenStatements = false;
|
||||
options.IgnoreWhitespace = false;
|
||||
|
||||
System.Reflection.PropertyInfo[] deploymentOptionsProperties = this.GetType().GetProperties();
|
||||
|
||||
|
||||
@@ -377,7 +377,6 @@ END
|
||||
dacOptions.DropRoleMembersNotInSource = true;
|
||||
dacOptions.IgnoreKeywordCasing = false;
|
||||
dacOptions.IgnoreSemicolonBetweenStatements = false;
|
||||
dacOptions.IgnoreWhitespace = false;
|
||||
|
||||
SchemaCompareTestUtils.CompareOptions(deployOptions, dacOptions);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user