Skip to content

Commit aeb9ead

Browse files
committed
Add more bugs fixed in this library.
1 parent 164eaeb commit aeb9ead

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,15 @@ supported in MySqlConnector, see the [Connection Options](connection-options)
4444
* [#66476](https://bugs.mysql.com/bug.php?id=66476): Connection pool uses queue instead of stack
4545
* [#70111](https://bugs.mysql.com/bug.php?id=70111): `Async` methods execute synchronously
4646
* [#70686](https://bugs.mysql.com/bug.php?id=70686): `TIME(3)` and `TIME(6)` fields serialize milliseconds incorrectly
47+
* [#72494](https://bugs.mysql.com/bug.php?id=72494), [#83330](https://bugs.mysql.com/bug.php?id=83330): EndOfStreamException inserting large blob with UseCompression=True
4748
* [#73610](https://bugs.mysql.com/bug.php?id=73610): Invalid password exception has wrong number
4849
* [#73788](https://bugs.mysql.com/bug.php?id=73788): Can't use `DateTimeOffset`
50+
* [#75917](https://bugs.mysql.com/bug.php?id=75917), [#76597](https://bugs.mysql.com/bug.php?id=76597), [#77691](https://bugs.mysql.com/bug.php?id=77691), [#78650](https://bugs.mysql.com/bug.php?id=78650), [#78919](https://bugs.mysql.com/bug.php?id=78919), [#80921](https://bugs.mysql.com/bug.php?id=80921), [#82136](https://bugs.mysql.com/bug.php?id=82136): "Reading from the stream has failed" when connecting to a server
4951
* [#77421](https://bugs.mysql.com/bug.php?id=77421): Connection is not reset when pulled from the connection pool
5052
* [#78426](https://bugs.mysql.com/bug.php?id=78426): Unknown database exception has wrong number
5153
* [#78760](https://bugs.mysql.com/bug.php?id=78760): Error when using tabs and newlines in SQL statements
52-
* [#78917](https://bugs.mysql.com/bug.php?id=78917): `TINYINT(1)` values start being returned as `sbyte` after `NULL`
54+
* [#78917](https://bugs.mysql.com/bug.php?id=78917), [#79196](https://bugs.mysql.com/bug.php?id=79196), [#82292](https://bugs.mysql.com/bug.php?id=82292): `TINYINT(1)` values start being returned as `sbyte` after `NULL`
5355
* [#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
56+
* [#83229](https://bugs.mysql.com/bug.php?id=83329): "Unknown command" exception inserting large blob with UseCompression=True
5457
* [#84220](https://bugs.mysql.com/bug.php?id=84220): Cannot call a stored procedure with `.` in its name
5558
* [#85185](https://bugs.mysql.com/bug.php?id=85185): `ConnectionReset=True` does not preserve connection charset

0 commit comments

Comments
 (0)