asyncpg version: 0.24.0
PostgreSQL version:
Do you use a PostgreSQL SaaS? If so, which? Can you reproduce
the issue with a local PostgreSQL install?:
Python version: 3.9.7
Platform: fastapi, sqlalchemy, encode/databases
Do you use pgbouncer?:
Did you install asyncpg with pip?: pipenv
If you built asyncpg locally, which version of Cython did you use?:
Can the issue be reproduced under both asyncio and
uvloop?:
When convert Record instance to dict like this:
dict(item)
got deprecation warning:
DeprecationWarning: The Row.keys() method is deprecated to mimic SQLAlchemy behaviour, use Row._mapping.keys() instead
Can you provide convert api for Record instances?