]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed warning that would emit when a complex self-referential
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 11 Sep 2014 15:51:44 +0000 (11:51 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 11 Sep 2014 15:52:14 +0000 (11:52 -0400)
commit9eeb3a118d7920d5693675e4d6cf74100c5d76b3
treef9aa90ac01dd6ee80833e7b064a092ce64b835e7
parentcfaa32b4d7dc093d17d9724c5e02e2083eb9fa69
- Fixed warning that would emit when a complex self-referential
primaryjoin contained functions, while at the same time remote_side
was specified; the warning would suggest setting "remote side".
It now only emits if remote_side isn't present.
fixes #3194
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/orm/relationships.py
test/orm/test_rel_fn.py