You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ExecuteNonQuery must return the number of affected records, but it always returns 0. Further investigation shows that RecordsAffected of QueryResponseInfo is never populated.
By debugging the code I found that the number of affected records can be captured in ResultsEnumerator.cs (the last line in the example below was added by me):
ExecuteNonQuery must return the number of affected records, but it always returns 0. Further investigation shows that RecordsAffected of QueryResponseInfo is never populated.
By debugging the code I found that the number of affected records can be captured in ResultsEnumerator.cs (the last line in the example below was added by me):
and then passed in the following piece of code:
But I am not sure this fix takes into account all possible nuances of the protocol.
The text was updated successfully, but these errors were encountered: