This repository was archived by the owner on Jan 23, 2023. It is now read-only.
Commit e01cd64
authored
Porting PR 19884 SqlConnection doesn't override DbProviderFactory property (#20198)
* Implements #19825: SqlConnection doesn't override DbProviderFactory property (#19884)
* Implements #19825: SqlConnection doesn't override DbProviderFactory property
* Test added for SqlConnection.DbProviderFactory implementation for #19825
* Remove the additional fact from integ auth test1 parent 09d0809 commit e01cd64
File tree
2 files changed
+19
-1
lines changed- src/System.Data.SqlClient
- src/System/Data/SqlClient
- tests/FunctionalTests
2 files changed
+19
-1
lines changedLines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
316 | 316 | | |
317 | 317 | | |
318 | 318 | | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
319 | 324 | | |
320 | 325 | | |
321 | 326 | | |
| |||
Lines changed: 14 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
| |||
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
39 | | - | |
40 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
41 | 54 | | |
0 commit comments