]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
fix to SessionTransaction so it holds onto a Connection properly
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 16 Jul 2007 21:01:23 +0000 (21:01 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 16 Jul 2007 21:01:23 +0000 (21:01 +0000)
commit56fe7f8cb79cd5b90c43153e8636138d8e1d8e10
treed0ae5f62ce6961bddc531fcd64a457fd2a608be4
parentf6044803eba82870547dbd0cad5c9cf0ac633935
fix to SessionTransaction so it holds onto a Connection properly
CHANGES
lib/sqlalchemy/orm/session.py
test/orm/session.py