[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: Add new configuration, inspection for baked queries
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2017-05-17 21:10:31
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/912fb6c2d54d/ Changeset: 912fb6c2d54d Branch: master User: zzzeek Date: 2017-05-17 21:08:23+00:00 Summary: Add new configuration, inspection for baked queries Added new flag :paramref:`.Session.enable_baked_queries` to the :class:`.Session` to allow baked queries to be disabled session-wide, reducing memory use. Also added new :class:`.Bakery` wrapper so that the bakery returned by :paramref:`.BakedQuery.bakery` can be inspected. Change-Id: I5657af7a99d2b24c89d6aee1343f432728e3f807 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. |