mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-08 01:28:29 -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:
@@ -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>
|
||||
Reference in New Issue
Block a user