mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 01:25:40 -05:00
simplify drop object request handler (#1953)
* simplify drop object request handler * fix test cases * fix issues * update strings * fix error * fix error
This commit is contained in:
@@ -6576,6 +6576,12 @@ The Query Processor estimates that implementing the following index could improv
|
||||
<target state="new">Reset password for the login while unlocking.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ObjectNotRenamable">
|
||||
<source>The object could not be renamed. URN: '{0}'.</source>
|
||||
<target state="new">The object could not be renamed. URN: '{0}'.</target>
|
||||
<note>.
|
||||
Parameters: 0 - urn (string) </note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
Reference in New Issue
Block a user