Skip to content

Commit 0a97e23

Browse files
committed
List more bugs that are fixed in MySqlConnector.
1 parent 34bcbda commit 0a97e23

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,10 @@ supported in MySqlConnector, see the [Connection Options](connection-options)
4141

4242
### Bugs present in Connector/NET that are fixed in MySqlConnector
4343

44-
- `Server` connection string option may now contain multiple, comma separated hosts that will be tried in order until a connection succeeds
44+
* [#70111](https://bugs.mysql.com/bug.php?id=70111): `Async` methods execute synchronously
45+
* [#70686](https://bugs.mysql.com/bug.php?id=70686): `TIME(3)` and `TIME(6)` fields serialize milliseconds incorrectly
46+
* [#73788](https://bugs.mysql.com/bug.php?id=73788): Can't use `DateTimeOffset`
47+
* [#77421](https://bugs.mysql.com/bug.php?id=77421): Connection is not reset when pulled from the connection pool
48+
* [#78760](https://bugs.mysql.com/bug.php?id=78760): Error when using tabs and newlines in SQL statements
49+
* [#78917](https://bugs.mysql.com/bug.php?id=78917): `TINYINT(1)` values start being returned as `sbyte` after `NULL`
50+
* [#81650](https://bugs.mysql.com/bug.php?id=81650): `Server` connection string option may now contain multiple, comma separated hosts that will be tried in order until a connection succeeds

0 commit comments

Comments
 (0)