]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- moved out to on_before_execute, on_after_execute. not much option here,
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 29 Aug 2010 15:22:46 +0000 (11:22 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 29 Aug 2010 15:22:46 +0000 (11:22 -0400)
commit1149197a36f01dae1f8da82b7cfb73a7777e7a4a
tree3b2cacd6c9fc75c51862eb886420036b7cd08c47
parenta635750213c346a895e417ae8e629ce924d557e8
- moved out to on_before_execute, on_after_execute.   not much option here,
need both forms, the wrapping thing is just silly
- fixed the listen() to not re-wrap continuously.
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/engine/threadlocal.py
lib/sqlalchemy/event.py
lib/sqlalchemy/interfaces.py
lib/sqlalchemy/test/assertsql.py
lib/sqlalchemy/test/engines.py
test/engine/test_execute.py