asyncpg
asyncpg copied to clipboard
A fast PostgreSQL Database Client Library for Python/asyncio.
* **asyncpg version**: 0.20.0 * **PostgreSQL version**: 12.2 * **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce the issue with a local PostgreSQL install?**: No, N/A,...
Hi, I would like to know what make a record not picklable and if you have a solution to do what I want to do. Basically I am doing a...
How to print the executed SQL
* **asyncpg version**: 0.20.1 * **PostgreSQL version**: PostgreSQL 11.5, compiled by Visual C++ build 1800, 64-bit * **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce the...
* **asyncpg version**: 0.22.0 * **PostgreSQL version**: local `postgres:13-alpine` via Docker * **Python version**: 3.9.1 * **Platform**: macOS 11.2.3; Linux 4.19.121 (via Docker Desktop for Mac) * **Do you use...
* **asyncpg version**: 0.22.0+ (at commit 075114c195e9eb4e81c8365d81540beefb46065c) * **PostgreSQL version**: CockroachDB v20.2.3 * **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce the issue with a local...
* **asyncpg version**:0.21.0 * **PostgreSQL version**: PostgreSQL 13.1 on x86_64-pc-linux-gnu, compiled by gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-44), 64-bit * **Do you use a PostgreSQL SaaS? If so, which?...
* **asyncpg version**: 0.22.0 * **PostgreSQL version**: 9.4 * **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce the issue with a local PostgreSQL install?**: Local PostgreSQL...
I suspect this is an issue related to not fully understanding how to properly clean up pool connections, but it seems there are other issues and users that could benefit...
When running ``` await conn.cursor(sql, prefetch=100) ``` I am getting error ``` asyncpg.exceptions._base.InterfaceError: prefetch argument can only be specified for iterable cursor ``` Looking into the documentation, I cannot find...