-
* **asyncpg version**: 0.28.0
* **PostgreSQL version**: CrateDB 5.4.2 https://github.com/crate/crate
* **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce
the issue with a local Pos…
-
I'm trying to invoke a function with a signature like this:
```
CREATE OR REPLACE FUNCTION "ns"."test"(p1 "ns"."my_type"[])
```
It results in the following exception being raised:
```
Traceback (most …
-
As discussed in #128, it might be a cool idea to have a "middleware" layer in asyncpg where people can register their own code to be ran pre or post query.
One usecase is asyncpgsa, which is a proj…
-
Currently, `asyncpg` is untyped and has to be ignored as an import when using [`mypy`](https://mypy.readthedocs.io/en/stable/). Because of this, I created an [`asyncpg-stubs` package](https://github.c…
-
`asyncpg` converts timestamps to `datetime.datetime`. If a column has type `timestamp without time zone` then the datetime object's `.tzinfo` is `None`. This means `datetime` implicitly treats this da…
-
Would be nice if tool provide ability to choose postgres engine (`aiopg` or `asyncpg`).
Possible command could looks like
```sh
create-aio-app project --pg_engine asyncpg
```
If you consider it …
hzlmn updated
6 years ago
-
Hi, sometimes I get the above exception. Once it happens, all following DB Queries are raising this exception, so I have to restart the entire web app. The Trace-Back looks something like this:
```…
-
Hey, just wondering, do you have any plans to make a PR to the upstream project, to have the improvements there? IMO maintaining a fork requires some time, and people will always prefer the main line …
-
* **asyncpg version**: 0.29.0
* **PostgreSQL version**: 13
* **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce
the issue with a local PostgreSQL install?**: no SaaS, yes repro…
-
### Bug summary
Since I upgraded Prefect from v2 to v3, schedules on existing deployments seems not to work anymore. I can create or activate a new schedule, either from the UI or from my `prefect.ya…