Gijs Mos
Gijs Mos
Missed a couple in the start-up. [async-startups-diff.txt](https://github.com/tiangolo/full-stack-fastapi-postgresql/files/6489514/async-startups-diff.txt)
@dantownsend Composite unique indices are quite common. Fixing the recognition would not be a problem, but all index creation in Piccolo now seems to be tried to Column. Won't work...
You already get the exception text printed. Perhaps as a first step just put the table name in the text of the exceptions that Piccolo explicitly raises. From: Daniel Townsend...
@dantownsend I use Character type for fixed length ID's of sensors. Saves one (or two) length bytes per item. Is a wee bit more economical on storage, memory and CPU...
Only happens if the "requests" module is deselected.
Same issue on Windows 11. Some info: - ZT version 1.8.4 - In GUI the VPN looks normal but no traffic can be sent or received. - In Central the...
Fully agree. Have other stuff already upgraded to pydantic 2.x.x and SqlAlchemy 2.x.x and cannot introduce SQLModel to the mix. From: Matthieu LAURENT ***@***.***> Sent: Tuesday, 24 October 2023 15:21...
This is the shell in the fast_api container not recognizing the first line in the pre-start.sh. There seems to be a \r in behind the bash. Perhaps caused by editing...
How do you rub the alembic @alex-96-eng? The error message shows that alembic wants to connect to a host called **db**, which does not exist. I think you are trying...
Oeps, the compose file already exports 5432 to localhost. So no need to modify it. @bibektimilsina000, you could consider this to be a security bug. When running in the container...