mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 10:58:30 -05:00
[Table Designer] Support filter predicate and included columns for index (#1619)
This commit is contained in:
@@ -6254,6 +6254,58 @@ The Query Processor estimates that implementing the following index could improv
|
||||
<target state="new">Average Row Size</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="IndexIncludedColumnsGroupTitle">
|
||||
<source>Included Columns</source>
|
||||
<target state="new">Included Columns</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="IndexIncludedColumnsPropertyDescription">
|
||||
<source>The included columns of the index</source>
|
||||
<target state="new">The included columns of the index</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="IndexIncludedColumnsAddColumn">
|
||||
<source>Add Column</source>
|
||||
<target state="new">Add Column</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="IndexIncludedColumnsColumnPropertyName">
|
||||
<source>Column</source>
|
||||
<target state="new">Column</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="IndexFilterPredicatePropertyDescription">
|
||||
<source>Filter predicate of the index</source>
|
||||
<target state="new">Filter predicate of the index</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="IndexFilterPredicatePropertyTitle">
|
||||
<source>Filter Predicate</source>
|
||||
<target state="new">Filter Predicate</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ClusteredIndexCannotHaveIncludedColumnsRuleDescription">
|
||||
<source>Included columns are not supported for a clustered index.</source>
|
||||
<target state="new">Included columns are not supported for a clustered index.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ClusteredIndexCannotHaveFilterPredicateRuleDescription">
|
||||
<source>Filter predicate is not supported for a clustered index.</source>
|
||||
<target state="new">Filter predicate is not supported for a clustered index.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnCanOnlyAppearOnceInIndexIncludedColumnsRuleDescription">
|
||||
<source>Column with name '{0}' has already been included to the index '{1}'. Row number: {2}.</source>
|
||||
<target state="new">Column with name '{0}' has already been included to the index '{1}'. Row number: {2}.</target>
|
||||
<note>.
|
||||
Parameters: 0 - columnName (string), 1 - indexName (string), 2 - rowNumber (int) </note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnCannotDuplicateWitIndexKeyColumnsRuleDescription">
|
||||
<source>Included column with name '{0}' has already been part of the index '{1}' and it cannot be included. Row number: {2}.</source>
|
||||
<target state="new">Included column with name '{0}' has already been part of the index '{1}' and it cannot be included. Row number: {2}.</target>
|
||||
<note>.
|
||||
Parameters: 0 - columnName (string), 1 - indexName (string), 2 - rowNumber (int) </note>
|
||||
</trans-unit>
|
||||
<trans-unit id="UpdatableLedger_LabelPart">
|
||||
<source>Updatable Ledger</source>
|
||||
<target state="new">Updatable Ledger</target>
|
||||
|
||||
Reference in New Issue
Block a user