File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ The following bugs in Connector/NET are fixed by switching to MySqlConnector. (~
173
173
* [ #88611 ] ( https://bugs.mysql.com/bug.php?id=88611 ) : ` MySqlCommand ` can be executed even if it has “wrong” transaction
174
174
* ~~ [ #88660 ] ( https://bugs.mysql.com/bug.php?id=88660 ) : ` MySqlClientFactory.Instance.CreateDataAdapter() ` and ` CreateCommandBuilder ` return ` null ` ~~
175
175
* [ #89085 ] ( https://bugs.mysql.com/bug.php?id=89085 ) : ` MySqlConnection.Database ` not updated after ` USE database; `
176
- * [ #89159 ] ( https://bugs.mysql.com/bug.php?id=89159 ) : ` MySqlDataReader ` cannot outlive ` MySqlCommand `
176
+ * [ #89159 ] ( https://bugs.mysql.com/bug.php?id=89159 ) , [ # 97242 ] ( https://bugs.mysql.com/bug.php?id=97242 ) : ` MySqlDataReader ` cannot outlive ` MySqlCommand `
177
177
* [ #89335 ] ( https://bugs.mysql.com/bug.php?id=89335 ) : ` MySqlCommandBuilder.DeriveParameters ` fails for ` JSON ` type
178
178
* [ #89639 ] ( https://bugs.mysql.com/bug.php?id=89639 ) : ` ReservedWords ` schema contains incorrect data
179
179
* [ #91123 ] ( https://bugs.mysql.com/bug.php?id=91123 ) : Database names are case-sensitive when calling a stored procedure
@@ -209,3 +209,4 @@ The following bugs in Connector/NET are fixed by switching to MySqlConnector. (~
209
209
* [ #96717 ] ( https://bugs.mysql.com/bug.php?id=96717 ) : Not compatible with MySQL Server 5.0
210
210
* [ #97067 ] ( https://bugs.mysql.com/bug.php?id=97067 ) : Aggregate functions on BIT(n) columns return wrong result
211
211
* [ #97300 ] ( https://bugs.mysql.com/bug.php?id=97300 ) : ` GetSchemaTable() ` returns table for stored procedure with output parameters
212
+ * [ #97448 ] ( https://bugs.mysql.com/bug.php?id=97448 ) : Connecting fails if more than one IP is found in DNS for a named host
You can’t perform that action at this time.
0 commit comments