asyncpg icon indicating copy to clipboard operation
asyncpg copied to clipboard

A fast PostgreSQL Database Client Library for Python/asyncio.

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

* **asyncpg version**: 0.29.0 * **PostgreSQL version**: 14 * **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce the issue with a local PostgreSQL install?**: Yes *...

* **asyncpg version**:0.29.0 * **PostgreSQL version**: "PostgreSQL 16.0 (Debian 16.0-1.pgdg120+1) on aarch64-unknown-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit" * **Do you use a PostgreSQL SaaS? If so, which? Can...

When using `execute()` I can parse the [command output for INSERT](https://www.postgresql.org/docs/current/sql-insert.html) to confirm a single row inserted like `INSERT 0 1`. However, `execute()` does not support the LRU for automatically...

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

This simply loosens the version upper bounds to `

* **asyncpg version**: 0.18.3 * **PostgreSQL version**: 9.6.8 * **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce the issue with a local PostgreSQL install?**: AWS Aurora...

* **asyncpg version**: 0.29.0 * **PostgreSQL version**: 15.4 * **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce the issue with a local PostgreSQL install?**: N/A, building...

This should fix the following error seen in one of Noteable's production servers recently: ``` Fatal error: protocol.data_received() call failed. protocol: transport: Traceback (most recent call last): File "/usr/local/lib/python3.10/asyncio/selector_events.py", line...

Depends on: - [x] MagicStack/py-pgproto#20 - [ ] #1067