mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 18:47:57 -05:00
use path to identify edit target (#1292)
* use path to identify edit target * async action * revert RequestContext change * comments * address comments * fix test
This commit is contained in:
@@ -4590,4 +4590,46 @@
|
||||
<value>{0} TB</value>
|
||||
<comment>Size in TeraBytes format</comment>
|
||||
</data>
|
||||
<data name="TableNotInitializedException" xml:space="preserve">
|
||||
<value>Initialization is not properly done for table with id '{0}'</value>
|
||||
<comment>.
|
||||
Parameters: 0 - tableId (string) </comment>
|
||||
</data>
|
||||
<data name="TableEditPathNotProvidedException" xml:space="preserve">
|
||||
<value>The path in the table change information cannot be empty</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="InvalidTableEditPathException" xml:space="preserve">
|
||||
<value>The path '{0}' in the table change information is not valid for edit type: '{1}'</value>
|
||||
<comment>.
|
||||
Parameters: 0 - path (string), 1 - editType (string) </comment>
|
||||
</data>
|
||||
<data name="TableColumnIdentityGroupName" xml:space="preserve">
|
||||
<value>Identity Specification</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="TableColumnIsIdentityPropertyTitle" xml:space="preserve">
|
||||
<value>Is Identity</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="TableColumnIsIdentityPropertyDescription" xml:space="preserve">
|
||||
<value>Specifies whether the column is the identity column for the table.</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="TableColumnIdentityIncrementPropertyTitle" xml:space="preserve">
|
||||
<value>Identity Increment</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="TableColumnIdentityIncrementPropertyDescription" xml:space="preserve">
|
||||
<value>Displays the value added to the maximum existing row identity value when generating the next identity value.</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="TableColumnIdentitySeedPropertyTitle" xml:space="preserve">
|
||||
<value>Identity Seed</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="TableColumnIdentitySeedPropertyDescription" xml:space="preserve">
|
||||
<value>Displays the initial row value for an identity column.</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
</root>
|
||||
|
||||
Reference in New Issue
Block a user