Ledger Objects Representation in Object Explorer (#1615)

* support for ledger objects in OE

* generated sr files

* update versionKey to sql 2022 in test env config

* more 2019 to 2022 updates

* add sql2022 instead of replacing

* missed filter on table

* add logging

* more logging

* adding Script160Compat options for sql2022

Co-authored-by: Alan Ren <alanren@microsoft.com>
This commit is contained in:
Jordan Hays
2022-08-05 13:53:17 -04:00
committed by GitHub
parent 1789fd1233
commit d78ff94b31
25 changed files with 442 additions and 53 deletions

View File

@@ -2245,6 +2245,30 @@ namespace Microsoft.SqlTools.ServiceLayer
}
}
public static string UpdatableLedger_LabelPart
{
get
{
return Keys.GetString(Keys.UpdatableLedger_LabelPart);
}
}
public static string AppendOnlyLedger_LabelPart
{
get
{
return Keys.GetString(Keys.AppendOnlyLedger_LabelPart);
}
}
public static string Ledger_LabelPart
{
get
{
return Keys.GetString(Keys.Ledger_LabelPart);
}
}
public static string External_LabelPart
{
get
@@ -10622,6 +10646,15 @@ namespace Microsoft.SqlTools.ServiceLayer
public const string SystemVersioned_LabelPart = "SystemVersioned_LabelPart";
public const string UpdatableLedger_LabelPart = "UpdatableLedger_LabelPart";
public const string AppendOnlyLedger_LabelPart = "AppendOnlyLedger_LabelPart";
public const string Ledger_LabelPart = "Ledger_LabelPart";
public const string External_LabelPart = "External_LabelPart";

View File

@@ -1380,6 +1380,18 @@
<value>System-Versioned</value>
<comment></comment>
</data>
<data name="UpdatableLedger_LabelPart" xml:space="preserve">
<value>Updatable Ledger</value>
<comment></comment>
</data>
<data name="AppendOnlyLedger_LabelPart" xml:space="preserve">
<value>Append-Only Ledger</value>
<comment></comment>
</data>
<data name="Ledger_LabelPart" xml:space="preserve">
<value>Ledger</value>
<comment></comment>
</data>
<data name="External_LabelPart" xml:space="preserve">
<value>External</value>
<comment></comment>

View File

@@ -680,6 +680,12 @@ History_LabelPart = History
SystemVersioned_LabelPart = System-Versioned
UpdatableLedger_LabelPart = Updatable Ledger
AppendOnlyLedger_LabelPart = Append-Only Ledger
Ledger_LabelPart = Ledger
External_LabelPart = External
FileTable_LabelPart = File Table

View File

@@ -6254,6 +6254,21 @@ 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="UpdatableLedger_LabelPart">
<source>Updatable Ledger</source>
<target state="new">Updatable Ledger</target>
<note></note>
</trans-unit>
<trans-unit id="AppendOnlyLedger_LabelPart">
<source>Append-Only Ledger</source>
<target state="new">Append-Only Ledger</target>
<note></note>
</trans-unit>
<trans-unit id="Ledger_LabelPart">
<source>Ledger</source>
<target state="new">Ledger</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>