-
@suvayu [suggested](https://github.com/NLeSC/guide/pull/339#discussion_r1778933047) an addition to the dataset chapter:
> I was thinking maybe [piccolo](https://github.com/piccolo-orm/piccolo) dese…
-
I receive Query string compile errors when I use `Array.any` for `postgres` (cockroach) manager
```python
from piccolo.table import Table
from piccolo.columns import (
Array,
Text,
)
…
-
its let you say `Float(nul=True)` when it should raise invalid argument
-
Following on from: https://github.com/piccolo-orm/piccolo/issues/1094
We updated everything to Python 3.13, but we can't currently install BlackSheep on Python 3.13:
https://github.com/Neoteroi/…
-
Pretty sure this is something on my end. Already tried disabling firewall
[14:29:57] ERROR [red] Package loading failed
╭───────────────────────────────────────── Traceback (most recent call la…
-
It would be really cool if we had a Docker image for Piccolo Admin.
It would have environment variables such as: `PG_HOST`, `PG_PASSWORD` etc to tell it how to connect to Postgres.
To determine …
-
When moving `Array` base column types, it looks like the migration engine fails to correctly import the relevant columns.
Migration one, works fine:
```py
from piccolo.apps.migrations.auto.migrat…
-
I'd like to be able to use: `piccolo migrations check` in a GitHub Action. Would it be possible to have an equivalent to the Django command: `python manage.py makemigrations --dry-run --check` that re…
-
Currently, `log_queries` and `log_responses` options are helpful for tracking database interactions, but they only log to the console. It would be beneficial to allow users to pass a custom logger so …
-
* https://codepen.io/desandro/pen/RQeYYp