mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-05 09:35:40 -05:00
Removing script as feature from service layer to sqlcore (#2189)
This commit is contained in:
@@ -457,21 +457,6 @@
|
||||
<target state="new">Table or view requested for edit could not be found</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ScriptingParams_ConnectionString_Property_Invalid">
|
||||
<source>Error parsing ScriptingParams.ConnectionString property.</source>
|
||||
<target state="new">Error parsing ScriptingParams.ConnectionString property.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ScriptingParams_FilePath_Property_Invalid">
|
||||
<source>Invalid directory specified by the ScriptingParams.FilePath property.</source>
|
||||
<target state="new">Invalid directory specified by the ScriptingParams.FilePath property.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ScriptingListObjectsCompleteParams_ConnectionString_Property_Invalid">
|
||||
<source>Error parsing ScriptingListObjectsCompleteParams.ConnectionString property.</source>
|
||||
<target state="new">Error parsing ScriptingListObjectsCompleteParams.ConnectionString property.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="QueryServiceResultSetHasNoResults">
|
||||
<source>Query has no results to return</source>
|
||||
<target state="new">Query has no results to return</target>
|
||||
@@ -688,21 +673,6 @@
|
||||
<target state="new">Scalar column missing scale</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="StoredProcedureScriptParameterComment">
|
||||
<source>-- TODO: Set parameter values here.</source>
|
||||
<target state="new">-- TODO: Set parameter values here.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ScriptingGeneralError">
|
||||
<source>An error occurred while scripting the objects.</source>
|
||||
<target state="new">An error occurred while scripting the objects.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ScriptingExecuteNotSupportedError">
|
||||
<source>Scripting as Execute is only supported for Stored Procedures</source>
|
||||
<target state="new">Scripting as Execute is only supported for Stored Procedures</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="EditDataMultiTableNotSupported">
|
||||
<source>EditData queries targeting multiple tables are not supported</source>
|
||||
<target state="new">EditData queries targeting multiple tables are not supported</target>
|
||||
@@ -7273,6 +7243,11 @@ The Query Processor estimates that implementing the following index could improv
|
||||
<note>.
|
||||
Parameters: 0 - table (string) </note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ScriptingListObjectsCompleteParams_ConnectionString_Property_Invalid">
|
||||
<source>Error parsing ScriptingListObjectsCompleteParams.ConnectionString property.</source>
|
||||
<target state="new">Error parsing ScriptingListObjectsCompleteParams.ConnectionString property.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
Reference in New Issue
Block a user