Commit 641f3ac
Jade Wang
fix(csharp): use case-insensitive comparer when merging connection properties
This fixes a bug where properties passed via Connect() options weren't being found
in StatementExecutionStatement because the merged dictionary was using case-sensitive
comparison instead of case-insensitive.
Without this fix, parameters like ResultDisposition weren't being applied correctly.1 parent b40b48f commit 641f3ac
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments