[Sqlalchemy-tickets] Issue #3131: innerjoin=True annotation is ignored sometimes (zzzeek/sqlalchemy
Brought to you by:
zzzeek
|
From: Gabor G. <iss...@bi...> - 2014-07-15 16:10:39
|
New issue 3131: innerjoin=True annotation is ignored sometimes https://bitbucket.org/zzzeek/sqlalchemy/issue/3131/innerjoin-true-annotation-is-ignored Gabor Gombas: Hi, See the attached test script - the only difference between classes C and D is the order of the definition of the two relations, yet querying C generates a LEFT OUTER JOIN to A, while querying D generates an inner JOIN as expected. Tested with rel_0_9; 0.8.1 generates the same query in both cases. Gabor |