-
### Checklist
- [x] There are no similar issues or pull requests for this yet.
- [ ] I discussed this idea on the [community chat](https://gitter.im/encode/community) and feedback is positive.…
-
Hi, I am trying to monkey patch the Record class (the getter) to get an history of every column that got accessed in the record (to only query what the user really need for the next n queries). Howeve…
-
We should upgrade the `.pre-commit-config.yaml` in this repo to use `uv` so that we can run mypy prior to pushing changes. Something like the below:
https://github.com/smarlhens/python-boilerplate/bl…
-
* **asyncpg version**: 0.15
* **PostgreSQL version**: 9.6
* **Python version**: 3.6.5
* **Platform**: Debian Buster
* **Do you use pgbouncer?**: no
* **Did you install asyncpg with pip?**: no…
-
### Describe the use case
In our company we use PostgreSQL, one of the tables that is quite big with over 1.5B records. We have few queries constructed with SQLAlchemy Core which we use on it and w…
-
* **asyncpg version**: asyncpg==0.27.0.
* **PostgreSQL version**: PostgreSQL 8.0.2 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.2 20041017 (Red Hat 3.4.2-6.fc3), Redshift 1.0.46987.
* **D…
-
I'm aware of e.g. #108 but I'm wondering what the best way to get the row count for an update or delete is for now? On Postgres if it makes a difference.
-
* **asyncpg version**: 0.29.0
* **PostgreSQL version**: 14.9
* **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce
the issue with a local PostgreSQL install?**: no
* **Python versi…
-
I would like to use asyncpg through a socks 5 proxy. I need this because the postgresql instances are running inside a docker overlay network (swarm). The IP addresses of the servers are not fixed, an…
-
**Describe the bug**
I'm trying to use gino in postgres with simple model with enum column type. It seems like enum is not fully supported and it behaves really strange in several cases:
1) when…