File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ The following bugs in Connector/NET are fixed by switching to MySqlConnector. (~
214
214
* ~~ [ #89159 ] ( https://bugs.mysql.com/bug.php?id=89159 ) , [ #97242 ] ( https://bugs.mysql.com/bug.php?id=97242 ) : ` MySqlDataReader ` cannot outlive ` MySqlCommand ` ~~
215
215
* [ #89335 ] ( https://bugs.mysql.com/bug.php?id=89335 ) : ` MySqlCommandBuilder.DeriveParameters ` fails for ` JSON ` type
216
216
* [ #89639 ] ( https://bugs.mysql.com/bug.php?id=89639 ) : ` ReservedWords ` schema contains incorrect data
217
- * [ #90086 ] ( https://bugs.mysql.com/bug.php?id=90086 ) : ` MySqlDataReader ` is closed by an unrelated command disposal
217
+ * ~~ [ #90086 ] ( https://bugs.mysql.com/bug.php?id=90086 ) : ` MySqlDataReader ` is closed by an unrelated command disposal~~
218
218
* [ #91123 ] ( https://bugs.mysql.com/bug.php?id=91123 ) : Database names are case-sensitive when calling a stored procedure
219
219
* [ #91199 ] ( https://bugs.mysql.com/bug.php?id=91199 ) : Can't insert ` MySqlDateTime ` values
220
220
* ~~ [ #91751 ] ( https://bugs.mysql.com/bug.php?id=91751 ) : ` YEAR ` column retrieved incorrectly with prepared command~~
Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ public void CancelEmptyCommandIsNoop()
283
283
cmd . Cancel ( ) ;
284
284
}
285
285
286
- [ SkippableFact ( Baseline = "https://bugs.mysql.com/bug.php?id=90086" ) ]
286
+ [ Fact ]
287
287
public void CommandsAreIndependent ( )
288
288
{
289
289
using var connection = new MySqlConnection ( AppConfig . ConnectionString ) ;
You can’t perform that action at this time.
0 commit comments