Dapper icon indicating copy to clipboard operation
Dapper copied to clipboard

Fix InvalidCastException when reading MySql DateTime

Open 0xced opened this issue 1 year ago • 1 comments

Before this commit, the following exception would be thrown:

System.InvalidCastException Unable to cast object of type 'MySqlConnector.MySqlDateTime' to type 'System.Nullable`1[System.DateTime]'. at Deserialize74d21eca-a78e-49dc-b635-d007c613cb51(DbDataReader )

Fixes #295

0xced avatar Jun 13 '23 13:06 0xced

Will this merge be accepted?

dove avatar Oct 02 '23 08:10 dove