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
File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
src/Microsoft.SqlTools.ServiceLayer/Localization
test/Microsoft.SqlTools.ServiceLayer.UnitTests/EditData Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 622622 <comment ></comment >
623623 </data >
624624 <data name =" EditDataComputedColumnPlaceholder" xml : space =" preserve" >
625- <value >< TBD > </value >
625+ <value >< auto-generated > </value >
626626 <comment ></comment >
627627 </data >
628628 <data name =" EditDataTimeOver24Hrs" xml : space =" preserve" >
Original file line number Diff line number Diff line change @@ -293,7 +293,7 @@ EditDataScriptFilePathNull = An output filename must be provided
293293
294294EditDataCommitInProgress = A commit task is in progress. Please wait for completion.
295295
296- EditDataComputedColumnPlaceholder = <TBD >
296+ EditDataComputedColumnPlaceholder = <auto-generated >
297297
298298EditDataTimeOver24Hrs = TIME column values must be between 00:00:00.0000000 and 23:59:59.9999999
299299
Original file line number Diff line number Diff line change 990990 <note ></note >
991991 </trans-unit >
992992 <trans-unit id =" EditDataComputedColumnPlaceholder" >
993- <source >< TBD > </source >
994- <target state =" new" >< TBD > </target >
993+ <source >< auto-generated > </source >
994+ <target state =" new" >< auto-generated > </target >
995995 <note ></note >
996996 </trans-unit >
997997 <trans-unit id =" EditDataTimeOver24Hrs" >
Original file line number Diff line number Diff 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 ) ;
You can’t perform that action at this time.
0 commit comments