mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 10:58:30 -05:00
[Table Designer] Fix row start casing (#1467)
This commit is contained in:
@@ -4835,7 +4835,7 @@ The Query Processor estimates that implementing the following index could improv
|
|||||||
<comment></comment>
|
<comment></comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="GeneratedAlwaysColumnType_RowStart" xml:space="preserve">
|
<data name="GeneratedAlwaysColumnType_RowStart" xml:space="preserve">
|
||||||
<value>Row start</value>
|
<value>Row Start</value>
|
||||||
<comment></comment>
|
<comment></comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="GeneratedAlwaysColumnType_RowEnd" xml:space="preserve">
|
<data name="GeneratedAlwaysColumnType_RowEnd" xml:space="preserve">
|
||||||
|
|||||||
@@ -2282,7 +2282,7 @@ TableDesignerEdgeConstraintClauseToTablePropertyName = To Table
|
|||||||
SqlTableDurability_SchemaAndData = Schema and Data
|
SqlTableDurability_SchemaAndData = Schema and Data
|
||||||
SqlTableDurability_SchemaOnly = Schema Only
|
SqlTableDurability_SchemaOnly = Schema Only
|
||||||
GeneratedAlwaysColumnType_None = None
|
GeneratedAlwaysColumnType_None = None
|
||||||
GeneratedAlwaysColumnType_RowStart = Row start
|
GeneratedAlwaysColumnType_RowStart = Row Start
|
||||||
GeneratedAlwaysColumnType_RowEnd = Row End
|
GeneratedAlwaysColumnType_RowEnd = Row End
|
||||||
TableDesignerIsSystemVersioningEnabledTitle = System Versioning Enabled
|
TableDesignerIsSystemVersioningEnabledTitle = System Versioning Enabled
|
||||||
TableDesignerIsSystemVersioningEnabledDescription = Specifies whether the table is system versioning enabled.
|
TableDesignerIsSystemVersioningEnabledDescription = Specifies whether the table is system versioning enabled.
|
||||||
|
|||||||
@@ -5874,8 +5874,8 @@ The Query Processor estimates that implementing the following index could improv
|
|||||||
<note></note>
|
<note></note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="GeneratedAlwaysColumnType_RowStart">
|
<trans-unit id="GeneratedAlwaysColumnType_RowStart">
|
||||||
<source>Row start</source>
|
<source>Row Start</source>
|
||||||
<target state="new">Row start</target>
|
<target state="new">Row Start</target>
|
||||||
<note></note>
|
<note></note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="GeneratedAlwaysColumnType_RowEnd">
|
<trans-unit id="GeneratedAlwaysColumnType_RowEnd">
|
||||||
|
|||||||
Reference in New Issue
Block a user