mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-22 17:24:07 -05:00
new dacfx version (#1745)
* new dacfx version * fix failing schema compare tests Co-authored-by: Kim Santiago <kisantia@microsoft.com>
This commit is contained in:
@@ -1980,7 +1980,7 @@ WITH VALUES
|
||||
case SchemaCompareEndpointType.Project:
|
||||
result.ProjectFilePath = comparisonObjectPath;
|
||||
result.TargetScripts = targetScripts;
|
||||
result.DataSchemaProvider = "150";
|
||||
result.DataSchemaProvider = "160";
|
||||
break;
|
||||
default:
|
||||
throw new ArgumentException($"Unexpected endpoint type: {type}");
|
||||
|
||||
Reference in New Issue
Block a user