-
Port of https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/1180, we should update async usage guide of README to showcase both SQLAlchemy connection pool and native asyncpg conne…
-
La ressource en question : https://www.data.gouv.fr/fr/datasets/observatoire-de-laccessibilite-numerique-rgaa/#/resources/abb44e0c-0c89-4b3f-a31c-4a9cdb876125
Erreur sentry : https://errors.data.gouv…
-
### To reproduce
```sql
CREATE TABLE t (b BOOLEAN);
```
```Python
async def f(connection: asyncpg.Connection):
await connection.execute("INSERT INTO t VALUES ($1)", True)
```
### Quest…
-
Shouldn't the driver mentioned [here](https://github.com/nbsapi/nbsapi/blob/main/src/nbsapi/database.py#L18) be `asyncpg` instead of the `psycopg`
-
* **asyncpg version**: 0.24.0
* **PostgreSQL version**: 12
* **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce
the issue with a local PostgreSQL install?**: no SaaS
* **Python ve…
-
See https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/pull/1177 for reference.
-
In psycopg2, `register_adapter` along with utility functions provides a useful way to map custom Python classes into valid representations, often by relatively simple behaviors such as casting to `str…
-
### Discussed in https://github.com/orgs/supabase/discussions/20775
Originally posted by **nsbradford** January 26, 2024
For reference:
- https://github.com/MagicStack/asyncpg/issues/1058
- …
-
Hi @c0c0n3 and @chicco785,
first of all, I want to salute you for #450. Then, I wanted to take the chance to inform you that there is a new [`asyncpg`](https://github.com/MagicStack/asyncpg) releas…
-
**Describe the problem**
The first query in a connection to CRDB using asyncpg results in a 7 seconds delay. This is especially annoying when using connection pools.
**To Reproduce**
``` pyth…