]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
more fixes to transaction nesting, interacts better with close() statement
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 5 Jun 2006 18:25:35 +0000 (18:25 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 5 Jun 2006 18:25:35 +0000 (18:25 +0000)
commit82ee832c8d16a1df7182a73d4c117d5601a9ead5
treee319602f99c4befcb4d75f8b38abdc80dbbfaf58
parent120dcee5a71187d4bebfe50aedbbefb09184cac1
more fixes to transaction nesting, interacts better with close() statement
CHANGES
lib/sqlalchemy/engine/threadlocal.py
test/engine/transaction.py