[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2017-04-14 14:18:40
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b7644319e85c/ Changeset: b7644319e85c Branch: None User: zzzeek Date: 2017-04-13 18:22:59+00:00 Summary: Use baked lazyloading by default The ``lazy="select"`` loader strategy now makes used of the :class:`.BakedQuery` query caching system in all cases. This removes most overhead of generating a :class:`.Query` object and running it into a :func:`.select` and then string SQL statement from the process of lazy-loading related collections and objects. The "baked" lazy loader has also been improved such that it can now cache in most cases where query load options are used. Change-Id: Ic96792fffaa045ae9aa0a4657d6d29235d3efb85 Fixes: #3954 Affected #: 16 files https://bitbucket.org/zzzeek/sqlalchemy/commits/868fa20bc93d/ Changeset: 868fa20bc93d Branch: master User: zzzeek Date: 2017-04-14 14:18:10+00:00 Summary: Merge "Use baked lazyloading by default" Affected #: 16 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. |