mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-07 17:25:04 -05:00
Dropped Ledger Columns folders for ledger primary tables (#1688)
* dropped ledger columns strings, nodetypes, definition * work in progress * WIP- dropped columns folder showing for all tables * Dropped Ledger Column folder only for primary ledger tables * cleaning up * undoing changes to kusto layer * formatting * undoing formatting * undoing formatting * removing IsLedger property and instead filtering on NodeTypeId * updating column path test
This commit is contained in:
@@ -2045,6 +2045,14 @@ namespace Microsoft.SqlTools.ServiceLayer
|
||||
}
|
||||
}
|
||||
|
||||
public static string SchemaHierarchy_DroppedLedgerColumns
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.SchemaHierarchy_DroppedLedgerColumns);
|
||||
}
|
||||
}
|
||||
|
||||
public static string SchemaHierarchy_DroppedLedgerTables
|
||||
{
|
||||
get
|
||||
@@ -10877,6 +10885,9 @@ namespace Microsoft.SqlTools.ServiceLayer
|
||||
public const string SchemaHierarchy_ExternalTables = "SchemaHierarchy_ExternalTables";
|
||||
|
||||
|
||||
public const string SchemaHierarchy_DroppedLedgerColumns = "SchemaHierarchy_DroppedLedgerColumns";
|
||||
|
||||
|
||||
public const string SchemaHierarchy_DroppedLedgerTables = "SchemaHierarchy_DroppedLedgerTables";
|
||||
|
||||
|
||||
|
||||
@@ -1280,6 +1280,10 @@
|
||||
<value>External Tables</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="SchemaHierarchy_DroppedLedgerColumns" xml:space="preserve">
|
||||
<value>Dropped Ledger Columns</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="SchemaHierarchy_DroppedLedgerTables" xml:space="preserve">
|
||||
<value>Dropped Ledger Tables</value>
|
||||
<comment></comment>
|
||||
|
||||
@@ -630,6 +630,8 @@ SchemaHierarchy_ExternalResources = External Resources
|
||||
|
||||
SchemaHierarchy_ExternalTables = External Tables
|
||||
|
||||
SchemaHierarchy_DroppedLedgerColumns = Dropped Ledger Columns
|
||||
|
||||
SchemaHierarchy_DroppedLedgerTables = Dropped Ledger Tables
|
||||
|
||||
SchemaHierarchy_DroppedLedgerViews = Dropped Ledger Views
|
||||
|
||||
@@ -6331,6 +6331,11 @@ The Query Processor estimates that implementing the following index could improv
|
||||
<target state="new">Dropped Ledger Views</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaHierarchy_DroppedLedgerColumns">
|
||||
<source>Dropped Ledger Columns</source>
|
||||
<target state="new">Dropped Ledger Columns</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SqlProjectModelNotFound">
|
||||
<source>Could not find SQL model from project: {0}.</source>
|
||||
<target state="new">Could not find SQL model from project: {0}.</target>
|
||||
|
||||
Reference in New Issue
Block a user