@@ -247,7 +247,6 @@ The following bugs in Connector/NET are fixed by switching to MySqlConnector.
247247* [ #109476 ] ( https://bugs.mysql.com/bug.php?id=109476 ) : ` TransactionScope.Dispose ` throws "Connection must be valid and open to rollback"
248248* [ #110790 ] ( https://bugs.mysql.com/bug.php?id=110790 ) : ` ExecuteReaderAsync ` hangs instead of cancelling query after ` CommandTimeout `
249249* [ #110791 ] ( https://bugs.mysql.com/bug.php?id=110791 ) : ` OpenAsync(CancellationToken) ` doesn't throw for cancelled token
250- * [ #111797 ] ( https://bugs.mysql.com/bug.php?id=111797 ) : Certain sequence of special characters can break connection string validation
251250* [ #112088 ] ( https://bugs.mysql.com/bug.php?id=112088 ) : ` BIT(n) ` parameter size incorrectly returns 0
252251* [ #114567 ] ( https://bugs.mysql.com/bug.php?id=114567 ) : MySql.Data 8.0.33 is twice as slow as previous versions
253252* [ #115155 ] ( https://bugs.mysql.com/bug.php?id=115155 ) : MySql.Data executes ` SET NAMES ` using an unsupported value
@@ -257,6 +256,7 @@ The following bugs in Connector/NET are fixed by switching to MySqlConnector.
257256* [ #116146 ] ( https://bugs.mysql.com/bug.php?id=116146 ) : ` MySqlConnection.OpenAsync ` throws exception when ` UseCompression = true `
258257* [ #116257 ] ( https://bugs.mysql.com/bug.php?id=116257 ) : ` NullReferenceException ` thrown when using prepared statement under OpenTelemetry
259258* [ #116382 ] ( https://bugs.mysql.com/bug.php?id=116382 ) : ` ExecuteNonQueryAsync ` hangs with DDL if ` UseCompression=True `
259+ * [ #119211 ] ( https://bugs.mysql.com/bug.php?id=119211 ) : ` SSL Mode = None ` no longer works in connection string.
260260
261261### Fixed First by MySqlConnector
262262
@@ -345,5 +345,6 @@ These bugs are fixed in the latest version of MySQL Connector/NET, but were fixe
345345* [ #109716 ] ( https://bugs.mysql.com/bug.php?id=109716 ) , [ #109727 ] ( https://bugs.mysql.com/bug.php?id=109727 ) : Failed to add reference to 'comerr64'
346346* [ #110717 ] ( https://bugs.mysql.com/bug.php?id=110717 ) , [ #111759 ] ( https://bugs.mysql.com/bug.php?id=111759 ) : MySql.Data is not thread-safe
347347* [ #110789 ] ( https://bugs.mysql.com/bug.php?id=110789 ) : ` OpenAsync ` throws unhandled exception from thread pool
348+ * [ #111797 ] ( https://bugs.mysql.com/bug.php?id=111797 ) : Certain sequence of special characters can break connection string validation
348349* [ #114527 ] ( https://bugs.mysql.com/bug.php?id=114527 ) : Connector/NET hangs on second connection attempt to non-running database
349350* [ #117020 ] ( https://bugs.mysql.com/bug.php?id=117020 ) : ` MinPoolSize ` configuration is not honored
0 commit comments