mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-28 17:24:27 -05:00
Removing unused constants (#299)
* removing unused constants * updating test strings * adding edit data string * fixing tests
This commit is contained in:
@@ -77,14 +77,6 @@ namespace Microsoft.SqlTools.ServiceLayer
|
||||
}
|
||||
}
|
||||
|
||||
public static string ErrorUnexpectedCodeObjectType
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.ErrorUnexpectedCodeObjectType);
|
||||
}
|
||||
}
|
||||
|
||||
public static string QueryServiceCancelAlreadyCompleted
|
||||
{
|
||||
get
|
||||
@@ -509,14 +501,6 @@ namespace Microsoft.SqlTools.ServiceLayer
|
||||
}
|
||||
}
|
||||
|
||||
public static string EditDataColumnUpdateNotPending
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.EditDataColumnUpdateNotPending);
|
||||
}
|
||||
}
|
||||
|
||||
public static string EditDataObjectMetadataNotFound
|
||||
{
|
||||
get
|
||||
@@ -605,14 +589,6 @@ namespace Microsoft.SqlTools.ServiceLayer
|
||||
}
|
||||
}
|
||||
|
||||
public static string EditDataInitializeInProgress
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.EditDataInitializeInProgress);
|
||||
}
|
||||
}
|
||||
|
||||
public static string EditDataTimeOver24Hrs
|
||||
{
|
||||
get
|
||||
@@ -877,14 +853,6 @@ namespace Microsoft.SqlTools.ServiceLayer
|
||||
}
|
||||
}
|
||||
|
||||
public static string SqlScriptFormatterMultipartDecodeFail
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.SqlScriptFormatterMultipartDecodeFail);
|
||||
}
|
||||
}
|
||||
|
||||
public static string ConnectionServiceListDbErrorNotConnected(string uri)
|
||||
{
|
||||
return Keys.GetString(Keys.ConnectionServiceListDbErrorNotConnected, uri);
|
||||
@@ -996,9 +964,6 @@ namespace Microsoft.SqlTools.ServiceLayer
|
||||
public const string ConnectionParamsValidateNullSqlAuth = "ConnectionParamsValidateNullSqlAuth";
|
||||
|
||||
|
||||
public const string ErrorUnexpectedCodeObjectType = "ErrorUnexpectedCodeObjectType";
|
||||
|
||||
|
||||
public const string QueryServiceCancelAlreadyCompleted = "QueryServiceCancelAlreadyCompleted";
|
||||
|
||||
|
||||
@@ -1185,9 +1150,6 @@ namespace Microsoft.SqlTools.ServiceLayer
|
||||
public const string EditDataUpdateNotPending = "EditDataUpdateNotPending";
|
||||
|
||||
|
||||
public const string EditDataColumnUpdateNotPending = "EditDataColumnUpdateNotPending";
|
||||
|
||||
|
||||
public const string EditDataObjectMetadataNotFound = "EditDataObjectMetadataNotFound";
|
||||
|
||||
|
||||
@@ -1221,9 +1183,6 @@ namespace Microsoft.SqlTools.ServiceLayer
|
||||
public const string EditDataComputedColumnPlaceholder = "EditDataComputedColumnPlaceholder";
|
||||
|
||||
|
||||
public const string EditDataInitializeInProgress = "EditDataInitializeInProgress";
|
||||
|
||||
|
||||
public const string EditDataTimeOver24Hrs = "EditDataTimeOver24Hrs";
|
||||
|
||||
|
||||
@@ -1323,9 +1282,6 @@ namespace Microsoft.SqlTools.ServiceLayer
|
||||
public const string SqlScriptFormatterDecimalMissingPrecision = "SqlScriptFormatterDecimalMissingPrecision";
|
||||
|
||||
|
||||
public const string SqlScriptFormatterMultipartDecodeFail = "SqlScriptFormatterMultipartDecodeFail";
|
||||
|
||||
|
||||
private Keys()
|
||||
{ }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user