We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If MySqlDataReader.GetX (e.g., GetByte) performs conversions, then GetFieldValue<X> (e.g., GetFieldValue<byte>) should perform those same conversions.
MySqlDataReader.GetX
GetByte
GetFieldValue<X>
GetFieldValue<byte>
Relates to #695 etc.
From PomeloFoundation/Pomelo.EntityFrameworkCore.MySql#866 (comment).
The text was updated successfully, but these errors were encountered:
00199a0
Fixed in 0.60.0.
Sorry, something went wrong.
No branches or pull requests
If
MySqlDataReader.GetX
(e.g.,GetByte
) performs conversions, thenGetFieldValue<X>
(e.g.,GetFieldValue<byte>
) should perform those same conversions.Relates to #695 etc.
From PomeloFoundation/Pomelo.EntityFrameworkCore.MySql#866 (comment).
The text was updated successfully, but these errors were encountered: