Christian
Christian
if [https://tortoise-orm.readthedocs.io/en/latest/](https://tortoise-orm.readthedocs.io/en/latest/) isn't going to be updated, it should probably be deleted. At the moment the first google result for "tortoise orm docs/documentation" is readthedocs, and so are most other...
Any updates on this?
Getting the exact same issue. Different STL than you, but it has the same "swiss cheese" characteristics".
So what's needed is a way to have the cookie being pushed on any request, not just `/session`
> bro, do you solve this? Create a config dict, and include `"default_connection": "default"` in the app config. This works for me: ```python tortoise_config = { "connections": {"default": db_url}, "apps":...
I'd love to know why none of the examples show `default_connection` being explicitly set anywhere, yet the code fails if it doesn't get explicitly set.
Someone deleted their comment, but to give some more context, I have this in my pyproject.toml: ```toml [tool.ariadne-codegen.scalars.DateTime] type = "pydantic.AwareDatetime" ``` When not using custom operations, this works great....