Skip to content

Commit

Permalink
Add another new bug in MySql.Data 8.0.21.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrainger committed Jul 14, 2020
1 parent 2948161 commit 4cd45f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions docs/content/tutorials/migrating-from-connector-net.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,3 +250,4 @@ The following bugs in Connector/NET are fixed by switching to MySqlConnector. (~
* [#99793](https://bugs.mysql.com/bug.php?id=99793): Prepared stored procedure command doesn't verify parameter types
* [#100159](https://bugs.mysql.com/bug.php?id=100159): SQL with DateTime parameter returns String value
* [#100208](https://bugs.mysql.com/bug.php?id=100208): `GetSchema("Procedures")` returns `ROUTINE_DEFINITION` of `"System.Byte[]"`
* [#100218](https://bugs.mysql.com/bug.php?id=100218): `TIME(n)` microsecond values deserialized incorrectly with prepared command
2 changes: 0 additions & 2 deletions tests/SideBySide/PreparedCommandTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -385,8 +385,6 @@ public static IEnumerable<object[]> GetInsertAndQueryData()
#else
yield return new object[] { isPrepared, "BOOL", true, MySqlDbType.Int32 };
#endif

// https://bugs.mysql.com/bug.php?id=91770
yield return new object[] { isPrepared, "TIME(3)", TimeSpan.Zero.Subtract(new TimeSpan(15, 10, 34, 56, 789)), MySqlDbType.Time };

#if !BASELINE
Expand Down

0 comments on commit 4cd45f6

Please sign in to comment.