mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-31 09:35:39 -05:00
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:
@@ -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";
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user