Commit eb7a9da
[6.1] Revert partial packet fixup and replay improvements (#3556)
* Revert 1af7327
* Revert "Fix TryReadPlpBytes throws ArgumentException (#3470) (#3474)"
This reverts commit 0a55896.
* Revert 44762d9
* Revert "Improve async string perf and fix reading chars with initial offset. (#3377)"
This reverts commit 05df554.
* Revert "Refine handling of moving between replay and continue states (#3337)"
This reverts commit 265f522.
* Revert "Fix SqlCached buffer async read with continue edge case. (#3329)"
This reverts commit c3857b1.
* Revert "Add `async` snapshot continue capability for multipacket fields (#3161)"
This reverts commit 33364e7.
* Revert "Add partial packet detection and fixup (#2714)"
This reverts commit 8d5e4f2.
* Remove methods previously moved to common file.
* Supply byte buffer to vector read.
* Minor compilation fixes that were missed in the reverts.
* Remove partial packet context switch helpers.
* Remove accidental duplication of SqlDataReader
* Revert len change
* Undo buff rental in netfx to simplify 6.0 diff.
* Fix missed rented buff code.
---------
Co-authored-by: Cheena Malhotra <cmalhotra@microsoft.com>1 parent 7dd1219 commit eb7a9da
22 files changed
Lines changed: 445 additions & 3156 deletions
File tree
- src/Microsoft.Data.SqlClient
- netcore/src
- Microsoft/Data/SqlClient
- netfx/src
- Microsoft/Data/SqlClient
- src/Microsoft/Data/SqlClient
- tests
- Common
- FunctionalTests
- ManualTests/SQL
- AsyncTest
- Common/SystemDataInternals
- DataReaderTest
Lines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
354 | 354 | | |
355 | 355 | | |
356 | 356 | | |
357 | | - | |
358 | | - | |
359 | | - | |
360 | 357 | | |
361 | 358 | | |
362 | 359 | | |
| |||
762 | 759 | | |
763 | 760 | | |
764 | 761 | | |
765 | | - | |
766 | | - | |
767 | | - | |
768 | 762 | | |
769 | 763 | | |
770 | 764 | | |
| |||
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | 29 | | |
34 | 30 | | |
35 | 31 | | |
| |||
Lines changed: 87 additions & 265 deletions
Large diffs are not rendered by default.
Lines changed: 58 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
171 | 170 | | |
172 | 171 | | |
173 | 172 | | |
174 | 173 | | |
175 | 174 | | |
176 | 175 | | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
| 176 | + | |
| 177 | + | |
186 | 178 | | |
187 | 179 | | |
188 | 180 | | |
| |||
195 | 187 | | |
196 | 188 | | |
197 | 189 | | |
198 | | - | |
| 190 | + | |
199 | 191 | | |
200 | 192 | | |
201 | 193 | | |
| |||
206 | 198 | | |
207 | 199 | | |
208 | 200 | | |
209 | | - | |
| 201 | + | |
210 | 202 | | |
211 | 203 | | |
212 | 204 | | |
| |||
247 | 239 | | |
248 | 240 | | |
249 | 241 | | |
250 | | - | |
| 242 | + | |
251 | 243 | | |
252 | | - | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
253 | 296 | | |
254 | 297 | | |
255 | 298 | | |
| |||
321 | 364 | | |
322 | 365 | | |
323 | 366 | | |
324 | | - | |
| 367 | + | |
325 | 368 | | |
326 | 369 | | |
327 | 370 | | |
| |||
Lines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
459 | 459 | | |
460 | 460 | | |
461 | 461 | | |
462 | | - | |
463 | | - | |
464 | | - | |
465 | 462 | | |
466 | 463 | | |
467 | 464 | | |
| |||
855 | 852 | | |
856 | 853 | | |
857 | 854 | | |
858 | | - | |
859 | | - | |
860 | | - | |
861 | 855 | | |
862 | 856 | | |
863 | 857 | | |
| |||
0 commit comments