[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-03-30 21:50:27
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a15b2ac0a184/ Changeset: a15b2ac0a184 Branch: None User: zzzeek Date: 2015-03-30 21:15:48+00:00 Summary: call this 1.0.0b5 for the moment Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/1a56177c21cd/ Changeset: 1a56177c21cd Branch: None User: zzzeek Date: 2015-03-30 21:49:39+00:00 Summary: - Fixed a bug related to "nested" inner join eager loading, which exists in 0.9 as well but is more of a regression in 1.0 due to :ticket:`3008` which turns on "nested" by default, such that a joined eager load that travels across sibling paths from a common ancestor using innerjoin=True will correctly splice each "innerjoin" sibling into the appropriate part of the join, when a series of inner/outer joins are mixed together. fixes #3347 Affected #: 3 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. |