]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
TLConnection insures that it is used to create a transaction via the session when...
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 22 Jun 2006 19:46:44 +0000 (19:46 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 22 Jun 2006 19:46:44 +0000 (19:46 +0000)
commit5f3451fcc3e8930d6396e7a166340c40f231240f
treed3aeb45861ef04706dbd2761b39a9140410a86e3
parent4875953e03b2b06a55b32fba9d4d3f36a480bbf0
TLConnection insures that it is used to create a transaction via the session when begin() is called, so that it has proper transactional context, + unittests
CHANGES
lib/sqlalchemy/engine/threadlocal.py
test/engine/transaction.py