Skip to content

Commit 8107efe

Browse files
committed
Add three new Connector/NET bugs.
1 parent f4bba7f commit 8107efe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,9 @@ The following bugs in Connector/NET are fixed by switching to MySqlConnector.
254254
* [#115155](https://bugs.mysql.com/bug.php?id=115155): MySql.Data executes `SET NAMES` using an unsupported value
255255
* [#115168](https://bugs.mysql.com/bug.php?id=115168): `MySqlDataReader.GetX` performs culture-sensitive conversions
256256
* [#115222](https://bugs.mysql.com/bug.php?id=115222): `MySqlPool.ClearAsync` is not thread-safe
257+
* [#115937](https://bugs.mysql.com/bug.php?id=115937): Transaction isn't released after I/O timeout
258+
* [#116146](https://bugs.mysql.com/bug.php?id=116146): `MySqlConnection.OpenAsync` throws exception when `UseCompression = true`
259+
* [#116257](https://bugs.mysql.com/bug.php?id=116257): `NullReferenceException` thrown when using prepared statement under OpenTelemetry
257260

258261
### Fixed First by MySqlConnector
259262

0 commit comments

Comments
 (0)