]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fixed bug which could arise when using session.begin_nested() in conjunction
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 28 Nov 2007 22:03:14 +0000 (22:03 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 28 Nov 2007 22:03:14 +0000 (22:03 +0000)
commitefdd638cd253f656cb1d6d47e961040c0ca0b855
tree7e6ab6fe49f49dbea8e4a0ef2d6e441e7047aacc
parent4ee70702230244569913da0de64f988ff0de06b8
- fixed bug which could arise when using session.begin_nested() in conjunction
with more than one level deep of enclosing session.begin() statements
CHANGES
lib/sqlalchemy/orm/session.py
test/orm/session.py