WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 4fff53c

Browse files
Update placeholder from TBD to auto-generated (#2532)
1 parent 6c3b8e8 commit 4fff53c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@
622622
<comment></comment>
623623
</data>
624624
<data name="EditDataComputedColumnPlaceholder" xml:space="preserve">
625-
<value>&lt;TBD&gt;</value>
625+
<value>&lt;auto-generated&gt;</value>
626626
<comment></comment>
627627
</data>
628628
<data name="EditDataTimeOver24Hrs" xml:space="preserve">

src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ EditDataScriptFilePathNull = An output filename must be provided
293293

294294
EditDataCommitInProgress = A commit task is in progress. Please wait for completion.
295295

296-
EditDataComputedColumnPlaceholder = <TBD>
296+
EditDataComputedColumnPlaceholder = <auto-generated>
297297

298298
EditDataTimeOver24Hrs = TIME column values must be between 00:00:00.0000000 and 23:59:59.9999999
299299

src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -990,8 +990,8 @@
990990
<note></note>
991991
</trans-unit>
992992
<trans-unit id="EditDataComputedColumnPlaceholder">
993-
<source>&lt;TBD&gt;</source>
994-
<target state="new">&lt;TBD&gt;</target>
993+
<source>&lt;auto-generated&gt;</source>
994+
<target state="new">&lt;auto-generated&gt;</target>
995995
<note></note>
996996
</trans-unit>
997997
<trans-unit id="EditDataTimeOver24Hrs">

test/Microsoft.SqlTools.ServiceLayer.UnitTests/EditData/RowCreateTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ public async Task GetEditRowWithCalculatedValue()
464464
Assert.True(er.IsDirty);
465465
Assert.AreEqual(EditRow.EditRowState.DirtyInsert, er.State);
466466

467-
// ... The row should have a TBD for the identity column
467+
// ... The row should have a auto-generated for the identity column
468468
Assert.AreEqual(rc.newCells.Length, er.Cells.Length);
469469
Assert.AreEqual(SR.EditDataComputedColumnPlaceholder, er.Cells[0].DisplayValue);
470470
Assert.False(er.Cells[0].IsNull);

0 commit comments

Comments
 (0)