-
Notifications
You must be signed in to change notification settings - Fork 337
New issue
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
HasRows return value is inconsistent #348
Comments
Thanks for the fix! |
Fixed in 0.28.0. |
I don't think this is fixed, I'm getting the same behavior on the latest version |
@Topcoder01 There's a test that verifies that the OP's bug is fixed: MySqlConnector/tests/SideBySide/QueryTests.cs Lines 817 to 847 in 518513b
Do you have steps to reproduce the problem? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@jovana writes (split from #327):
I want to add something to the HasRows property.
I found a very strange behavior.
The value of MySqlDataReader.HasRows has changed the moment you request the value of the property. In my opinion it should always the same, right? It seems like it only changed the first and second time you request the value.
The text was updated successfully, but these errors were encountered: