]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- The horizontal_shard ShardedSession class accepts the common
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 16 Mar 2011 16:43:22 +0000 (12:43 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 16 Mar 2011 16:43:22 +0000 (12:43 -0400)
commitff1868b3f045435e3829eefa6d6911f492569dca
tree19e031dc0d3659675b07814c1d7c70aab655be72
parent464835e409dbd607a8a1fbbc8399f6c0c14b3ea8
- The horizontal_shard ShardedSession class accepts the common
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]
CHANGES
examples/beaker_caching/caching_query.py
lib/sqlalchemy/ext/horizontal_shard.py