]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- the "threadlocal" engine has been rewritten and simplified
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 24 Jan 2010 18:13:21 +0000 (18:13 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 24 Jan 2010 18:13:21 +0000 (18:13 +0000)
commit9806d81675ef62363753a028ada43bc460728cf5
treea563783652ea5e6dde90a17aa095be1529bbc00f
parent72d1cbadde4619264cc795800af3859a52c2794c
- the "threadlocal" engine has been rewritten and simplified
and now supports SAVEPOINT operations.
CHANGES
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/engine/threadlocal.py
lib/sqlalchemy/test/engines.py
test/engine/test_transaction.py