-
and install sqlalchemy like so:
_base.in
```sqlalchemy[postgresql_asyncpg]```
_test.in
```sqlalchemy[postgresql_asyncpg, mypy]```
Includes async features through asyncpg engine.
Here the sqlaclhem…
-
The documentation for [`asyncpg.pool.Pool.set_connect_args`](https://magicstack.github.io/asyncpg/current/api/index.html#asyncpg.pool.Pool.set_connect_args) makes no mention that there are 2 particula…
-
* **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…
-
### Description
I'm unable to update Ward to version [0.67.0b0 ](https://github.com/darrenburns/ward/releases/tag/release%2F0.67.0b0) or later.
When I run Ward async tests for **FastAPI + SQLAlche…
-
#### Is your feature request related to a problem?
I wish to use GeoPandas' `to_postgis()` method with an asynchronous SQAlchemy connection.
#### Describe the solution you'd like
[this should…
muety updated
1 month ago
-
### Discussed in https://github.com/sqlalchemy/sqlalchemy/discussions/8023
I think we should try to hit this in terms of all the async dialects all of which have to do what we are doing here, which…
-
**Describe the bug**
This bug appears when multiple conditions are met:
1. DB backend is postgresql
2. Function containing `get_or_create` call is wrapped with `in_transaction`
3. This function is…
-
I am using asyncpg to query an postgres rds cluster. In my app I use asyncpg connection pools to aquire a connection and query the DB. I recently stood up an RDS Proxy in front of my RDS Cluster and I…
-
the behavior of the BIT type, given a value like "3", uses these conversions right now for the different drivers:
```py
dialect_map = {
"asyncpg": lambda value: testing.db.dia…
-
* **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 local Postg…