[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-06-03 14:09:31
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/36d2b40cf55b/ Changeset: 36d2b40cf55b Branch: None User: methane Date: 2015-06-02 13:05:18+00:00 Summary: baked: Support initial args for cache key When making baked query in classmethod of declarative base, cls should be added in cache key. @as_declarative class Base(object): @classmethod def baked_query(cls): return bakery(lambda: session.query(cls), (cls,)) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/47d29eae8fa1/ Changeset: 47d29eae8fa1 Branch: None User: zzzeek Date: 2015-06-03 14:08:33+00:00 Summary: - changelog for pr bitbucket:54 - alter the approach so that the initial callable is working just like add_criteria/with_criteria 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. |