- Notifications
You must be signed in to change notification settings - Fork311
Commitb5ce725
[TEST] Improve SqlDataRecord DateOnly and TimeOnly coverage (#3128)
* Improve SqlDataRecord DateOnly and TimeOnly coverageMake SqlDecimalConvertToDecimal_TestInRange run on non-US systemsfixes#3125related to#2258* make tests actually pass :-(* netfx test fix---------Co-authored-by: Ben Russell <russellben@microsoft.com>1 parentcefeabc commitb5ce725
File tree
2 files changed
+92
-8
lines changed- src/Microsoft.Data.SqlClient/tests
- FunctionalTests
- ManualTests/SQL/ParameterTest
2 files changed
+92
-8
lines changedLines changed: 19 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 |
| - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
38 | 42 |
| |
39 | 43 |
| |
40 | 44 |
| |
| |||
116 | 120 |
| |
117 | 121 |
| |
118 | 122 |
| |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
119 | 132 |
| |
120 | 133 |
| |
121 |
| - | |
| 134 | + | |
122 | 135 |
| |
123 | 136 |
| |
124 |
| - | |
125 |
| - | |
| 137 | + | |
| 138 | + | |
126 | 139 |
| |
127 | 140 |
| |
128 | 141 |
| |
| |||
133 | 146 |
| |
134 | 147 |
| |
135 | 148 |
| |
136 |
| - | |
137 |
| - | |
| 149 | + | |
| 150 | + | |
138 | 151 |
| |
139 | 152 |
| |
140 | 153 |
| |
|
Lines changed: 73 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| 12 | + | |
| 13 | + | |
12 | 14 |
| |
13 | 15 |
| |
14 | 16 |
| |
| |||
442 | 444 |
| |
443 | 445 |
| |
444 | 446 |
| |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
445 | 516 |
| |
446 | 517 |
| |
447 | 518 |
| |
| |||
471 | 542 |
| |
472 | 543 |
| |
473 | 544 |
| |
474 |
| - | |
475 |
| - | |
| 545 | + | |
| 546 | + | |
476 | 547 |
| |
477 | 548 |
| |
478 | 549 |
| |
|
0 commit comments
Comments
(0)