asyncpg icon indicating copy to clipboard operation
asyncpg copied to clipboard

A fast PostgreSQL Database Client Library for Python/asyncio.

Results 256 asyncpg issues
Sort by recently updated
recently updated
newest added

* **asyncpg version**: 0.27.0 * **PostgreSQL version**: 15.1 * **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce the issue with a local PostgreSQL install?**: No *...

asyncpg version: 0.18.1 PostgreSQL version: 9.5.10 Do you use a PostgreSQL SaaS? If so, which? Can you reproduce the issue with a local PostgreSQL install?: using google cloud sql pg...

* **asyncpg version**: asyncpg-0.27.0 * **PostgreSQL version**: N/A * **Python version**: 3.9++ * **Platform**: openSUSE-Tumbleweed 20230126 While working on [reproducible builds](https://reproducible-builds.org/) for [openSUSE](https://en.opensuse.org/openSUSE:Reproducible_Builds), I found that our `python-asyncpg` package fails...

* **asyncpg version**: 0.27.0 * **PostgreSQL version**: 15.1 * **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce the issue with a local PostgreSQL install?**: No *...

Hello, While trying to configure a Cockroach DB cluster async connection, there seems to be missing support for usual PostgreSQL parameters (or renamed) or supported options not frequently used. I...

* **asyncpg version**: 0.25.0 * **PostgreSQL version**: 12.11 * **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce the issue with a local PostgreSQL install?**: * **Python...

* **asyncpg version**: 0.26.0 * **PostgreSQL version**: Google AlloyDB, postgres 14.4 compatible * **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce the issue with a local...

* **asyncpg version**: `0.26.0` * **PostgreSQL version**: `PostgreSQL 14.5 (Debian 14.5-1.pgdg110+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit` - Also fails on older versions such as PG...

Use `Py_TRASHCAN_BEGIN`/`END` instead. https://bugs.python.org/issue44874 These are removed from the limited C API in Python 3.9, deprecated in 3.11, and removed in Python 3.13: https://docs.python.org/3.13/whatsnew/3.13.html#id8