Skip to content

Conversation

@keif888
Copy link

@keif888 keif888 commented Mar 7, 2025

Explain your user case and expected results

Execute an update Exec against a supported dbms and check the RowsAffected is the expected number.
Execute a slightly different (or the same) update Exec against the same table and check the RowsAffected is the expected number.

If there are 3 records that will, and are, updated, then RowsAffected should be populated with 3 each time you Exec the update.

dbms status
sqlite working
postgres working
mysql fails
mssql unable to test

See the two tests TestIncorrectRowsAffected and TestIncorrectRowsAffectedReversed to see the failure for mysql.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant