]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug in execution_options() feature whereby the existing
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 7 Apr 2010 17:42:31 +0000 (13:42 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 7 Apr 2010 17:42:31 +0000 (13:42 -0400)
commit822a6b57869e0091f439125ef9593b6c55af8352
treece29bd83161d12b818d2935badc45696ec00b941
parent736682a589014f83d437c275e2ce4b21f4f86aa8
- Fixed bug in execution_options() feature whereby the existing
Transaction and other state information from the parent
connection would not be propagated to the sub-connection.
CHANGES
lib/sqlalchemy/engine/base.py
test/engine/test_transaction.py