Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tighten the checks in get_affected_rows() unit tests
Check that a partial update does throw an exception instead of checking that it may throw it and check that get_affected_rows() returns the actual number of affected rows instead of returning something non zero. Still account for the possibility of the number of affected rows possibly being zero as at least the PostgreSQL ODBC driver behaves like this, even if all the other tested configurations return 1.
- Loading branch information