Closed
Description
- asyncpg version: 0.13.0
- PostgreSQL version: 9.6.1
- Python version: 3.6
- Platform: Ubuntu 18.04
- Do you use pgbouncer?: no
- Did you install asyncpg with pip?: yes
Is there a way to get the number of affected rows, e.g. when issuing a DELETE
statement? I haven't been able to find that in the API.