Skip to content

Commit 18cf7bd

Browse files
committed
update messaging
1 parent 65a6ddf commit 18cf7bd

File tree

2 files changed

+16
-18
lines changed
  • src/Microsoft.Data.SqlClient

2 files changed

+16
-18
lines changed

src/Microsoft.Data.SqlClient/netcore/src/Microsoft/Data/SqlClient/TdsParser.cs

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13554,15 +13554,14 @@ private TdsOperationStatus TryProcessUDTMetaData(SqlMetaDataPriv metaData, TdsPa
1355413554
+ " _connHandler = {14}\n\t"
1355513555
+ " _fMARS = {15}\n\t"
1355613556
+ " _sessionPool = {16}\n\t"
13557-
+ " _sniSpnBuffer = {17}\n\t"
13558-
+ " _errors = {18}\n\t"
13559-
+ " _warnings = {19}\n\t"
13560-
+ " _attentionErrors = {20}\n\t"
13561-
+ " _attentionWarnings = {21}\n\t"
13562-
+ " _statistics = {22}\n\t"
13563-
+ " _statisticsIsInTransaction = {23}\n\t"
13564-
+ " _fPreserveTransaction = {24}"
13565-
+ " _fParallel = {25}"
13557+
+ " _errors = {17}\n\t"
13558+
+ " _warnings = {18}\n\t"
13559+
+ " _attentionErrors = {19}\n\t"
13560+
+ " _attentionWarnings = {20}\n\t"
13561+
+ " _statistics = {21}\n\t"
13562+
+ " _statisticsIsInTransaction = {22}\n\t"
13563+
+ " _fPreserveTransaction = {23}"
13564+
+ " _fParallel = {24}"
1356613565
;
1356713566
internal string TraceString()
1356813567
{

src/Microsoft.Data.SqlClient/netfx/src/Microsoft/Data/SqlClient/TdsParser.cs

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13667,15 +13667,14 @@ internal ulong PlpBytesTotalLength(TdsParserStateObject stateObj)
1366713667
+ " _connHandler = {14}\n\t"
1366813668
+ " _fMARS = {15}\n\t"
1366913669
+ " _sessionPool = {16}\n\t"
13670-
+ " _sniSpnBuffer = {17}\n\t"
13671-
+ " _errors = {18}\n\t"
13672-
+ " _warnings = {19}\n\t"
13673-
+ " _attentionErrors = {20}\n\t"
13674-
+ " _attentionWarnings = {21}\n\t"
13675-
+ " _statistics = {22}\n\t"
13676-
+ " _statisticsIsInTransaction = {23}\n\t"
13677-
+ " _fPreserveTransaction = {24}"
13678-
+ " _fParallel = {25}"
13670+
+ " _errors = {17}\n\t"
13671+
+ " _warnings = {18}\n\t"
13672+
+ " _attentionErrors = {19}\n\t"
13673+
+ " _attentionWarnings = {20}\n\t"
13674+
+ " _statistics = {21}\n\t"
13675+
+ " _statisticsIsInTransaction = {22}\n\t"
13676+
+ " _fPreserveTransaction = {23}"
13677+
+ " _fParallel = {24}"
1367913678
;
1368013679
internal string TraceString()
1368113680
{

0 commit comments

Comments
 (0)