mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-07 09:35:37 -05:00
Revert "Scripting should await result of requestcontext.sendresult in case it errors" (#526)
* Revert "Add rowcount check so that no results error is sent for a query where no rows are returned (#525)" This reverts commit3392f93a2e. * Revert "Add unknown status for DB Nodes whose status is not known (#524)" This reverts commit3d7b87eca2. * Revert "Should await result of requestcontext.sendresult in case it errors (#520)" This reverts commitcaf196ea31.
This commit is contained in:
@@ -2405,14 +2405,6 @@ namespace Microsoft.SqlTools.ServiceLayer
|
||||
}
|
||||
}
|
||||
|
||||
public static string ScriptingUnexpectedError
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.ScriptingUnexpectedError);
|
||||
}
|
||||
}
|
||||
|
||||
public static string unavailable
|
||||
{
|
||||
get
|
||||
@@ -4608,9 +4600,6 @@ namespace Microsoft.SqlTools.ServiceLayer
|
||||
public const string ScriptingListObjectsCompleteParams_ConnectionString_Property_Invalid = "ScriptingListObjectsCompleteParams_ConnectionString_Property_Invalid";
|
||||
|
||||
|
||||
public const string ScriptingUnexpectedError = "ScriptingUnexpectedError";
|
||||
|
||||
|
||||
public const string unavailable = "unavailable";
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user