]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- added Query.with_session() method, switches
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 23 Apr 2011 22:38:01 +0000 (18:38 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 23 Apr 2011 22:38:01 +0000 (18:38 -0400)
commit02fa8bacaa69f1a4b246bed0f0b89998e33ae847
tree4879a8c0384d659cca11229e4f4f9023775ac57a
parent24e6c56da8cd38a203021639172da0f6fad87f3b
- added Query.with_session() method, switches
Query to use a different session.

- horizontal shard query should use execution
options per connection as per [ticket:2131]
CHANGES
lib/sqlalchemy/ext/horizontal_shard.py
lib/sqlalchemy/orm/query.py
test/lib/requires.py
test/orm/test_query.py