Skip to content

Commit 4779017

Browse files
committed
Shorten "Fixed Bugs" heading.
1 parent a32c365 commit 4779017

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/content/tutorials/migrating-from-connector-net.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,9 @@ property doesn't reference the active transaction. See [#333](https://github.com
8181
For consistency with other ADO.NET providers, MySqlConnector will throw `InvalidOperationException` (instead of `MySqlException`)
8282
for various precondition checks that indicate misuse of the API (and not a problem related to MySQL Server).
8383

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.
8587

8688
* [#37283](https://bugs.mysql.com/bug.php?id=37283), [#70587](https://bugs.mysql.com/bug.php?id=70587): Distributed transactions are not supported
8789
* [#50773](https://bugs.mysql.com/bug.php?id=50773): Can't use multiple connections within one TransactionScope

0 commit comments

Comments
 (0)