Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When InvalidCastException("Unable to convert MySQL date/time to System.DateTime.") is thrown, add extra text to the exception message (and/or a troubleshooting documentation page) that explains how to solve the problem.
InvalidCastException("Unable to convert MySQL date/time to System.DateTime.")
MySqlConnector/src/MySqlConnector/Core/TextRow.cs
Line 155 in 6e0b225
From DapperLib/Dapper#1323.
The text was updated successfully, but these errors were encountered:
Add better exception message when 0000-00-00 can't be converted mysql…
c5c1537
…-net#690
1e74dbc
…-net#690 Signed-off-by: Roma Marusyk <romamarusyk@gmail.com>
Fixed by #712.
Sorry, something went wrong.
Fixed in 0.60.0.
No branches or pull requests
bgrainger commentedSep 3, 2019
When
InvalidCastException("Unable to convert MySQL date/time to System.DateTime.")
is thrown, add extra text to the exception message (and/or a troubleshooting documentation page) that explains how to solve the problem.MySqlConnector/src/MySqlConnector/Core/TextRow.cs
Line 155 in 6e0b225
From DapperLib/Dapper#1323.
The text was updated successfully, but these errors were encountered: