]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
two more cache examples
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 24 Oct 2008 19:41:25 +0000 (19:41 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 24 Oct 2008 19:41:25 +0000 (19:41 +0000)
commiteba763b2588987224c6313b4d1c9f8feec616c1d
tree9e108798e6e8342ba090de3dde9a6dd6f3dd296d
parentecf22b390b3d3b44d6094ee0355748b4d163fccb
two more cache examples
examples/query_caching/implicit.py [new file with mode: 0644]
examples/query_caching/per_session.py [new file with mode: 0644]
examples/query_caching/query_caching.py