]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug in lazy loading SQL construction whereby a complex
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 3 Feb 2015 00:46:13 +0000 (19:46 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 3 Feb 2015 00:46:13 +0000 (19:46 -0500)
commit9ea19b374630e6ae14cb144942007aa0f8686583
tree060ede03d913659925f243c070a0da3fc4fcde9c
parent54088c9b33809dd6d76cacfc86f9012d4f61d361
- 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
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/orm/relationships.py
test/orm/test_rel_fn.py
test/orm/test_relationships.py