]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
added "should_commit()" hook to ExecutionContext. dialects can override with specifi...
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 12 Aug 2007 19:37:47 +0000 (19:37 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 12 Aug 2007 19:37:47 +0000 (19:37 +0000)
commit8b004dc7af444cd7f0e5394835b9e2f90a7c9434
tree38dde8fad6c64e5137c48b3741268ea7e8a0a1ea
parentd06fba535c39661568a0fc5d8cb731aea7b82b29
added "should_commit()" hook to ExecutionContext.  dialects can override with specific tests
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/engine/default.py