Commit 38675a3
committed
Switch SqlDataReader.ReadAsync/SqlDataReader.GetFieldValueAsync to synchronous versions in SqlSessionStateProvicerAsync because there exists a performance issue with reading large data asynchronously (dotnet/SqlClient#593)
1 parent 97428df commit 38675a3
1 file changed
Lines changed: 4 additions & 2 deletions
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
492 | 492 | | |
493 | 493 | | |
494 | 494 | | |
495 | | - | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
496 | 498 | | |
497 | 499 | | |
498 | 500 | | |
499 | | - | |
| 501 | + | |
500 | 502 | | |
501 | 503 | | |
502 | 504 | | |
| |||
0 commit comments