mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-06-09 00:56:00 -04:00
d5363fca54
fetched when joining/joinedloading across a many-to-many relationship to a single-table-inheriting subclass with a specific discriminator value, due to "secondary" rows that would come back. The "secondary" and right-side tables are now inner joined inside of parenthesis for all ORM joins on many-to-many relationships so that the left->right join can accurately filtered. [ticket:2369]