]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- move "should_autocommit" to a deferred method. connection wont call it if a trans...
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 24 Jan 2010 19:01:11 +0000 (19:01 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 24 Jan 2010 19:01:11 +0000 (19:01 +0000)
commitf20102829e4280cd9c35d40e32e22729ef520b0d
tree837308f25d7e83b2340f890535d12ed393814e27
parentdd01f817b738a81bf9e5e4632387454f0f177dd6
- move "should_autocommit" to a deferred method.   connection wont call it if a transaction is in progress.
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/engine/default.py