[Sqlalchemy-commits] commit/sqlalchemy: 3 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2013-06-15 19:30:00
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b92007da7d9c/ Changeset: b92007da7d9c Branch: master User: zzzeek Date: 2013-06-15 21:20:48 Summary: Fixed bug in polymorphic SQL generation where multiple joined-inheritance entities against the same base class joined to each other as well would not track columns on the base table independently of each other if the string of joins were more than two entities long. Also in 0.8.2. [ticket:2759] Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/aee826890c75/ Changeset: aee826890c75 Branch: None User: zzzeek Date: 2013-06-15 21:29:00 Summary: Fixed bug in polymorphic SQL generation where multiple joined-inheritance entities against the same base class joined to each other as well would not track columns on the base table independently of each other if the string of joins were more than two entities long. Also in 0.8.2. [ticket:2759] Conflicts: doc/build/changelog/changelog_09.rst Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/abd17f4daffd/ Changeset: abd17f4daffd Branch: rel_0_8 User: zzzeek Date: 2013-06-15 21:29:21 Summary: fix tests here for 0.8 Affected #: 1 file 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. |