[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - Fixed bug in single table inheritance where a cha
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-10-23 05:54:54
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/445b9e2aff4e/ Changeset: 445b9e2aff4e Branch: None User: zzzeek Date: 2014-10-23 05:54:10+00:00 Summary: - Fixed bug in single table inheritance where a chain of joins that included the same single inh entity more than once (normally this should raise an error) could, in some cases depending on what was being joined "from", implicitly alias the second case of the single inh entity, producing a query that "worked". But as this implicit aliasing is not intended in the case of single table inheritance, it didn't really "work" fully and was very misleading, since it wouldn't always appear. fixes #3233 Affected #: 4 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |