]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
pool needed weakref
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 28 May 2006 23:57:14 +0000 (23:57 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 28 May 2006 23:57:14 +0000 (23:57 +0000)
commit4b8897902105379a97363a0f3d58f1e87e65b42b
tree59ab875f00ea49f2768310347b1c197b2d723849
parent123cb1064ce6ecd841d32df08f7969acbc154cd9
pool needed weakref
modified auto rollback to only occur when no transaction
more unit tests
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/engine/threadlocal.py
lib/sqlalchemy/pool.py
test/transaction.py