[Sqlalchemy-commits] commit/sqlalchemy: 3 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2013-12-17 00:23:22
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/84f1d3417978/ Changeset: 84f1d3417978 Branch: master User: zzzeek Date: 2013-12-17 01:17:41 Summary: - An adjustment to the :func:`.subqueryload` strategy which ensures that the query runs after the loading process has begun; this is so that the subqueryload takes precedence over other loaders that may be hitting the same attribute due to other eager/noload situations at the wrong time. [ticket:2887] Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/fc0f7e3a5cea/ Changeset: fc0f7e3a5cea Branch: rel_0_9 User: zzzeek Date: 2013-12-17 01:18:00 Summary: Merge branch 'master' into rel_0_9 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/dcb7e7759ae8/ Changeset: dcb7e7759ae8 Branch: rel_0_8 User: zzzeek Date: 2013-12-17 01:22:26 Summary: - An adjustment to the :func:`.subqueryload` strategy which ensures that the query runs after the loading process has begun; this is so that the subqueryload takes precedence over other loaders that may be hitting the same attribute due to other eager/noload situations at the wrong time. [ticket:2887] 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. |