mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-02 17:24:50 -05:00
Schema compare cancel operation (#826)
* First cut of schema compare cancel (private nuget) * Update Dacfx nuget to a published version
This commit is contained in:
11
src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs
Executable file → Normal file
11
src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs
Executable file → Normal file
@@ -2941,6 +2941,14 @@ namespace Microsoft.SqlTools.ServiceLayer
|
||||
}
|
||||
}
|
||||
|
||||
public static string SchemaCompareSessionNotFound
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.SchemaCompareSessionNotFound);
|
||||
}
|
||||
}
|
||||
|
||||
public static string ConnectionServiceListDbErrorNotConnected(string uri)
|
||||
{
|
||||
return Keys.GetString(Keys.ConnectionServiceListDbErrorNotConnected, uri);
|
||||
@@ -4281,6 +4289,9 @@ namespace Microsoft.SqlTools.ServiceLayer
|
||||
public const string OpenScmpConnectionBasedModelParsingError = "OpenScmpConnectionBasedModelParsingError";
|
||||
|
||||
|
||||
public const string SchemaCompareSessionNotFound = "SchemaCompareSessionNotFound";
|
||||
|
||||
|
||||
private Keys()
|
||||
{ }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user