File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,9 @@ property doesn't reference the active transaction. See [#333](https://github.com
81
81
For consistency with other ADO.NET providers, MySqlConnector will throw ` InvalidOperationException ` (instead of ` MySqlException ` )
82
82
for various precondition checks that indicate misuse of the API (and not a problem related to MySQL Server).
83
83
84
- ### Bugs present in Connector/NET that are fixed in MySqlConnector
84
+ ### Fixed Bugs
85
+
86
+ The following bugs in Connector/NET are fixed by switching to MySqlConnector.
85
87
86
88
* [ #37283 ] ( https://bugs.mysql.com/bug.php?id=37283 ) , [ #70587 ] ( https://bugs.mysql.com/bug.php?id=70587 ) : Distributed transactions are not supported
87
89
* [ #50773 ] ( https://bugs.mysql.com/bug.php?id=50773 ) : Can't use multiple connections within one TransactionScope
You can’t perform that action at this time.
0 commit comments