diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-03-19 13:03:44 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-03-19 13:03:44 -0400 |
| commit | 2a1a79b6ce53f2e1dc4cd48bbca5c5a148b8b285 (patch) | |
| tree | 40acfcb869ba3747e531c172627d2bccd13d18f4 /lib/sqlalchemy/sql | |
| parent | 89a8e0d187b8967c9b8291bcdc3078335704dbfa (diff) | |
| download | sqlalchemy-2a1a79b6ce53f2e1dc4cd48bbca5c5a148b8b285.tar.gz | |
- 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.
Diffstat (limited to 'lib/sqlalchemy/sql')
0 files changed, 0 insertions, 0 deletions
