]> 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:51:44 +0000 (11:51 -0400)
commitf98c89d2bee2ae562c79d91aeb96fd55875db917
tree32587780d07551d6d092c8740acecdb700042002
parent14d2bb074cccdec32bd26a89353c30fd512b2aa2
- 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