Dapper
Dapper copied to clipboard
Fix InvalidCastException when reading MySql DateTime
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
Will this merge be accepted?