mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 01:25:40 -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>
|
||||
</data>
|
||||
<data name="GeneratedAlwaysColumnType_RowStart" xml:space="preserve">
|
||||
<value>Row start</value>
|
||||
<value>Row Start</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="GeneratedAlwaysColumnType_RowEnd" xml:space="preserve">
|
||||
|
||||
@@ -2282,7 +2282,7 @@ TableDesignerEdgeConstraintClauseToTablePropertyName = To Table
|
||||
SqlTableDurability_SchemaAndData = Schema and Data
|
||||
SqlTableDurability_SchemaOnly = Schema Only
|
||||
GeneratedAlwaysColumnType_None = None
|
||||
GeneratedAlwaysColumnType_RowStart = Row start
|
||||
GeneratedAlwaysColumnType_RowStart = Row Start
|
||||
GeneratedAlwaysColumnType_RowEnd = Row End
|
||||
TableDesignerIsSystemVersioningEnabledTitle = 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>
|
||||
</trans-unit>
|
||||
<trans-unit id="GeneratedAlwaysColumnType_RowStart">
|
||||
<source>Row start</source>
|
||||
<target state="new">Row start</target>
|
||||
<source>Row Start</source>
|
||||
<target state="new">Row Start</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="GeneratedAlwaysColumnType_RowEnd">
|
||||
|
||||
Reference in New Issue
Block a user