]> 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:47:42 +0000 (12:47 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 16 Mar 2011 16:47:42 +0000 (12:47 -0400)
commit85e0054d677f17cc9c9a9f84d957cc7c0be0a6c5
tree373fc1ea02d17c15dd346793440102021feb6366
parent38b9434cb413f8f83b00ab1c33044f23cca41e4b
- 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