-
When storing a string into a JSONB column I get:
```
asyncpg.exceptions.InvalidTextRepresentationError: invalid input syntax for type json
```
I guess it is because somewhere piccolo assumes tha…
-
* **asyncpg version**: 0.23.0
* **PostgreSQL version**: 13
* **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce
the issue with a local PostgreSQL install?**: No
* **Python version…
-
Thank you for the library!
After setting this up I found that my connection pool logic is being flagged
essentially I have:
```python
connection_pool: asyncpg.Pool[asyncpg.Record]
def on_…
-
The built-in `MapAdapter` and external `databroker.mongo_normalized` adapter supports the `FullText` query. We will add support for `FullText` in the built-in SQL-backed Catalog Adapter in #456, #457 …
-
* **asyncpg version**: 0.25.0
* **PostgreSQL version**: latest
* **Do you use a PostgreSQL SaaS? No
the issue with a local PostgreSQL install?**: No
* **Python version**: 3.8
* **Platform**: M…
-
### Bug summary
Hello everyone,
I'm reporting a bug that I've noticed in our prefect server that only happens during relatively higher loads (even though the container is only at a max of 40% CPU …
-
The project needs more love.
Unfortunately I am and @jettify are overwhelmed by other Open Source projects.
I personally sped most spare time on aiohttp issues.
We need a responsible person for m…
-
**Describe the bug**
When asynchronously attempting to get an item that does not exist in the db with `get_or_create` twice (or more times) concurrently, on a model with an `ormar.UniqueColumns`-con…
-
I'm using `get_joined_members()` for a bot to determine if a room is a direct message.
If multiple instances of the bot are running, I occasionally get this this error:
```
Failed to run handle…
-
* **asyncpg version**: 0.18.3
* **PostgreSQL version**: 9.5
* **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce
the issue with a local PostgreSQL install?**:
* **Python version**…