]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug where the ON clause for :meth:`.Query.join`,
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 23 Oct 2014 04:40:29 +0000 (00:40 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 23 Oct 2014 04:43:11 +0000 (00:43 -0400)
commit47d316ec665e5d5fc7ac750ba62b189a64d98ddd
tree0754543be3559ba7f262306b314a6d873e745867
parent56d5732fbdf09508784df6dc4c04e5b39ac6be85
- Fixed bug where the ON clause for :meth:`.Query.join`,
and :meth:`.Query.outerjoin` to a single-inheritance subclass
using ``of_type()`` would not render the "single table criteria" in
the ON clause if the ``from_joinpoint=True`` flag were set.
fixes #3232
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/orm/query.py
test/orm/inheritance/test_single.py