[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-10-23 04:58:55
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c5fa20fb2a85/ Changeset: c5fa20fb2a85 Branch: rel_0_9 User: zzzeek Date: 2014-10-23 04:42:43+00:00 Summary: - 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 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/47d316ec665e/ Changeset: 47d316ec665e Branch: None User: zzzeek Date: 2014-10-23 04:43:11+00:00 Summary: - 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 Affected #: 3 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |