[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - Identified an inconsistency when handling :meth:`
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-04-15 21:31:03
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/2bc8c92279a1/ Changeset: 2bc8c92279a1 Branch: None User: zzzeek Date: 2015-04-15 21:30:23+00:00 Summary: - Identified an inconsistency when handling :meth:`.Query.join` to the same target more than once; it implicitly dedupes only in the case of a relationship join, and due to :ticket:`3233`, in 1.0 a join to the same table twice behaves differently than 0.9 in that it no longer erroneously aliases. To help document this change, the verbiage regarding :ticket:`3233` in the migration notes has been generalized, and a warning has been added when :meth:`.Query.join` is called against the same target relationship more than once. fixes #3367 Affected #: 4 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. |