[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - The :meth:`.ConnectionEvents.after_cursor_execute
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-03-19 17:04:23
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/2a1a79b6ce53/ Changeset: 2a1a79b6ce53 Branch: None User: zzzeek Date: 2014-03-19 18:03:44 Summary: - The :meth:`.ConnectionEvents.after_cursor_execute` event is now emitted for the "_cursor_execute()" method of :class:`.Connection`; this is the "quick" executor that is used for things like when a sequence is executed ahead of an INSERT statement, as well as for dialect startup checks like unicode returns, charset, etc. the :meth:`.ConnectionEvents.before_cursor_execute` event was already invoked here. The "executemany" flag is now always set to False here, as this event always corresponds to a single execution. Previously the flag could be True if we were acting on behalf of an executemany INSERT statement. Affected #: 3 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |