-
- Downloads
"app/helpers/git@git.cccv.de:c3lingo/rescheduled.git" did not exist on "afdb0630d2d5d2836be022abb39b5e0c08f39e4a"
Fix ORM cartesian product warnings
SQLAlchemy v1.4 (Debian Bookworm) annoyingly warns about select statements that result in a cartesion product of multiple tables. We actually want cartesion products in all affected cases, so we change "SELECT FROM a,b" to the equivalent "SELECT FROM a JOIN b ON TRUE". See https://docs.sqlalchemy.org/en/14/changelog/migration_14.html
Loading
Please register or sign in to comment