[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - The :class:`.Query` will raise an exception when
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-08-29 18:02:15
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/eb8a39c58cf3/ Changeset: eb8a39c58cf3 Branch: None User: zzzeek Date: 2014-08-29 20:01:38 Summary: - The :class:`.Query` will raise an exception when :meth:`.Query.yield_per` is used with mappings or options where eager loading, either joined or subquery, would take place. These loading strategies are not currently compatible with yield_per, so by raising this error, the method is safer to use - combine with sending False to :meth:`.Query.enable_eagerloads` to disable the eager loaders. 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. |