]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
identified another TLTransaction scenario, and adjusted TLConnection/TLSession to...
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 22 Jun 2006 20:03:09 +0000 (20:03 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 22 Jun 2006 20:03:09 +0000 (20:03 +0000)
commit0e0cedaf9dc085f61949fbe93f389f5a1f5b9cf8
treef65b8a9a3647427159fa6dbdf8c29b6d86865b97
parent5f3451fcc3e8930d6396e7a166340c40f231240f
identified another TLTransaction scenario, and adjusted TLConnection/TLSession to fix this as well (reverted previous change, and overriding in_transaction() instead)
lib/sqlalchemy/engine/threadlocal.py
test/engine/transaction.py