summaryrefslogtreecommitdiff
path: root/examples/beaker_caching/caching_query.py
Commit message (Collapse)AuthorAgeFilesLines
* - converted beaker demo to dogpile.cache, [ticket:2589]Mike Bayer2012-10-211-279/+0
|
* -whitespace bonanza, contdMike Bayer2012-07-281-16/+16
|
* - [bug] Altered _params_from_query() functionMike Bayer2012-02-141-4/+8
| | | | | | | in Beaker example to pull bindparams from the fully compiled statement, as a quick means to get everything including subqueries in the columns clause, etc.
* - The horizontal_shard ShardedSession class accepts the commonMike Bayer2011-03-161-2/+2
| | | | | | | | Session argument "query_cls" as a constructor argument, to enable further subclassing of ShardedQuery. [ticket:2090] - The Beaker caching example allows a "query_cls" argument to the query_callable() function. [ticket:2090]
* - Beaker example now takes into account 'limit'Mike Bayer2011-02-131-2/+5
| | | | | | and 'offset', bind params within embedded FROM clauses (like when you use union() or from_self()) when generating a cache key.
* - whitespace removal bonanzaMike Bayer2011-01-021-36/+36
|
* - fix beaker caching example to use new ".callable" param on bindMike Bayer2010-12-221-9/+14
|
* add a noteMike Bayer2010-08-251-0/+8
|
* etcMike Bayer2010-07-211-3/+6
|
* this would help, rightMike Bayer2010-07-211-0/+256