forked from denisenkom/go-mssqldb
-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Incorrect RowsAffected() result after updated #204
Comments
thx for opening an issue! |
Can you add a logger to your repro and add the traces here?
I can't reproduce the issue when I modify TestAffectedRows. This version of the test passes:
|
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Describe the bug
RowsAffected()
returned incorrect value.To Reproduce
Output
Expected behavior
Following the reproduce code, it should be 1 that returned from
result.RowsAffected()
.Further technical details
SQL Server version: SQL Server 2017
go-mssqldb: v1.7.2
The text was updated successfully, but these errors were encountered: