mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-20 09:35:38 -05:00
Removing unused constants (#299)
* removing unused constants * updating test strings * adding edit data string * fixing tests
This commit is contained in:
@@ -47,11 +47,6 @@ ConnectionParamsValidateNullServerName = ServerName cannot be null or empty
|
||||
|
||||
ConnectionParamsValidateNullSqlAuth(string component) = {0} cannot be null or empty when using SqlLogin authentication
|
||||
|
||||
############################################################################
|
||||
# Formatter
|
||||
|
||||
ErrorUnexpectedCodeObjectType = Cannot convert SqlCodeObject Type {0} to Type {1}
|
||||
|
||||
############################################################################
|
||||
# Query Execution Service
|
||||
|
||||
@@ -202,8 +197,6 @@ EditDataUpdatePending = An update is already pending for this row and must be re
|
||||
|
||||
EditDataUpdateNotPending = Given row ID does not have pending update
|
||||
|
||||
EditDataColumnUpdateNotPending = Give column ID does not have pending update
|
||||
|
||||
EditDataObjectMetadataNotFound = Table or view metadata could not be found
|
||||
|
||||
EditDataInvalidFormatBinary = Invalid format for binary column
|
||||
@@ -226,8 +219,6 @@ EditDataCommitInProgress = A commit task is in progress. Please wait for complet
|
||||
|
||||
EditDataComputedColumnPlaceholder = <TBD>
|
||||
|
||||
EditDataInitializeInProgress = Another edit data initialize is in progress for this owner URI. Please wait for completion.
|
||||
|
||||
EditDataTimeOver24Hrs = TIME column values must be between 00:00:00.0000000 and 23:59:59.9999999
|
||||
|
||||
EditDataNullNotAllowed = NULL is not allowed for this column
|
||||
@@ -296,11 +287,9 @@ BatchParser_VariableNotDefined = Variable {0} is not defined.
|
||||
############################################################################
|
||||
# Workspace Service
|
||||
|
||||
TestLocalizationConstant = EN_LOCALIZATION
|
||||
TestLocalizationConstant = test
|
||||
|
||||
############################################################################
|
||||
# Utilities
|
||||
|
||||
SqlScriptFormatterDecimalMissingPrecision = Decimal column is missing numeric precision or numeric scale
|
||||
|
||||
SqlScriptFormatterMultipartDecodeFail = Multipart identifier is incorrectly formatted
|
||||
|
||||
Reference in New Issue
Block a user