[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - The subquery wrapping which occurs when joined ea
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-03-10 22:24:00
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/201ba16fc884/ Changeset: 201ba16fc884 Branch: None User: zzzeek Date: 2015-03-10 22:23:23+00:00 Summary: - The subquery wrapping which occurs when joined eager loading is used with a one-to-many query that also features LIMIT, OFFSET, or DISTINCT has been disabled in the case of a one-to-one relationship, that is a one-to-many with :paramref:`.relationship.uselist` set to False. This will produce more efficient queries in these cases. fixes #3249 Affected #: 5 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. |