]> 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:42:43 +0000 (00:42 -0400)
commitc5fa20fb2a857f59c6fe9ad4dc13f1cfcaffa13b
tree1ace574cb21d80ffca80e7cb88f6ec305c4a134e
parentde8754faf9a13b1c5dfb0c114e22ae8b49363a8c
- 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

Conflicts:
test/orm/inheritance/test_single.py
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/orm/query.py
test/orm/inheritance/test_single.py