Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: emit rows affected attribute (#33)
Before this commit the `pgx.rows_affected` attribute would only be emitted in case of error. The commit flips the check such that we emit it when an error has not occurred.
- Loading branch information