Skip to content

Fix ORM cartesian product warnings

Julian requested to merge fix-cartesian-product-warning into master

SQLAlchemy v1.4 (Debian Bookworm) annoyingly warns about select statements that result in a cartesion product of multiple tables. We intend to do that in all cases, so this change add a dummy join_from as a hint.

See https://docs.sqlalchemy.org/en/14/changelog/migration_14.html

Merge request reports