[Sqlalchemy-tickets] Issue #3130: 0.9 regression: polymorphic subclasses from outer query contamina
Brought to you by:
zzzeek
|
From: Gabor G. <iss...@bi...> - 2014-07-15 13:09:31
|
New issue 3130: 0.9 regression: polymorphic subclasses from outer query contaminate the subquery https://bitbucket.org/zzzeek/sqlalchemy/issue/3130/09-regression-polymorphic-subclasses-from Gabor Gombas: Hi, The attached test case runs fine with 0.8.1, fails with rel_0_9 branch (tested commit: 2c41a702adca96d6847b72eb642ccbcfd21a0828). The subquery gets unexpectedly transformed into a join that contains polymorphic subclasses mentioned in the enclosing query only. Gabor |