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.25.0 * **PostgreSQL version**: 10.6 * **Do you use a PostgreSQL SaaS?**: no * **Python version**: 3.6.12 * **Platform**: UNIX * **Do you use pgbouncer?**: no *...

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

The original example causes issues when I try to write tests with `pytest`. Database initialization and aiohttp runtime have different loops. Also, there is no code that closes all connections...

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

* **asyncpg version**: 0.22 * **PostgreSQL version**: 12.3 * **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce the issue with a local PostgreSQL install?**: I use...

* **asyncpg version**: v0.25.0 * **PostgreSQL version**: 14 * **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce the issue with a local PostgreSQL install?**: on-premise *...

I have a couple of potentially silly questions. Suppose I am reading rows in batches from a table in a source database and writing the same rows in batches into...

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

Thanks for creating asyncpg! It's dramatically improved the performance of my [open-source web application](https://github.com/RunestoneInteractive) ([Runestone Academy](https://runestone.academy/), a free interactive e-book). To reproduce this bug, simply start asyncpg as a non-root...

* **asyncpg version**: 0.18.3 * **PostgreSQL version**: AgensGraph 2.1.0, based on PostgreSQL 10.4 * **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce the issue with a...