[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-02-03 00:49:34
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9ea19b374630/ Changeset: 9ea19b374630 Branch: None User: zzzeek Date: 2015-02-03 00:46:13+00:00 Summary: - Fixed bug in lazy loading SQL construction whereby a complex primaryjoin that referred to the same "local" column multiple times in the "column that points to itself" style of self-referential join would not be substituted in all cases. The logic to determine substitutions here has been reworked to be more open-ended. fixes #3300 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/19776f3585f8/ Changeset: 19776f3585f8 Branch: rel_0_9 User: zzzeek Date: 2015-02-03 00:49:10+00:00 Summary: - Fixed bug in lazy loading SQL construction whereby a complex primaryjoin that referred to the same "local" column multiple times in the "column that points to itself" style of self-referential join would not be substituted in all cases. The logic to determine substitutions here has been reworked to be more open-ended. fixes #3300 Conflicts: test/orm/test_relationships.py 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. |