-
I have hasked this before SO (https://stackoverflow.com/questions/69814471/is-there-a-way-to-inspect-the-query-string-run-by-asyncpg) but I am getting no answer, so this is a feature request.
-----…
-
* **asyncpg version**:0.21.0
* **PostgreSQL version**: PostgreSQL 13.1 on x86_64-pc-linux-gnu, compiled by gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-44), 64-bit
* **Do you use a PostgreSQL SaaS? …
-
Hai friends,
I am using `sqlalchemy core + databases` for building and executing query in my project.\
My steps to build the query is like
```python
from sqlalchemy import *
from databases impo…
-
asyncpg version: 0.18.1
PostgreSQL version: 9.5.10
Do you use a PostgreSQL SaaS? If so, which? Can you reproduce
the issue with a local PostgreSQL install?: using google cloud sql pg instance
…
-
* **asyncpg version**: 0.23.0
* **PostgreSQL version**: N/A
* **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce
the issue with a local PostgreSQL install?**: N/A
* **Python v…
-
As title suggest, these seems to be a bug when creating trigger on a table that doesn't exist yet and is part of the same migration. In such case autogenerated create fails with error.
Example defi…
LKay updated
2 months ago
-
Running migrations against a --dsn that has ?sslmode=require (or with PGSSLMODE=require), I get:
```
ERROR:asyncio:Fatal error on SSL transport
protocol:
transport:
Traceback (most recent cal…
-
A function use Anyelement Type should follow the design [Polymorphic Arguments and Return Types](https://www.postgresql.org/docs/current/xfunc-c.html#id-1.8.3.13.13) .
For example, a function like:
…
-
Based off of the recent [discussion](https://github.com/open-telemetry/semantic-conventions/issues/791#issuecomment-1988772078) on alleviating some of the implementation burden of implementing the mig…
-
* **asyncpg version**: 0.28
* **PostgreSQL version**: 15
* **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce
the issue with a local PostgreSQL install?**: Local version
* **P…