[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - The ON clause rendered when using :meth:`.Query.j
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-10-10 00:41:38
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/dd6389f17173/ Changeset: dd6389f17173 Branch: None User: zzzeek Date: 2014-10-10 00:40:35+00:00 Summary: - The ON clause rendered when using :meth:`.Query.join`, :meth:`.Query.outerjoin`, or the standalone :func:`.orm.join` / :func:`.orm.outerjoin` functions to a single-inheritance subclass will now include the "single table criteria" in the ON clause even if the ON clause is otherwise hand-rolled; it is now added to the criteria using AND, the same way as if joining to a single-table target using relationship or similar. fixes #3222 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. |