summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-03-19 13:03:44 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2014-03-19 13:03:44 -0400
commit2a1a79b6ce53f2e1dc4cd48bbca5c5a148b8b285 (patch)
tree40acfcb869ba3747e531c172627d2bccd13d18f4 /lib/sqlalchemy/sql
parent89a8e0d187b8967c9b8291bcdc3078335704dbfa (diff)
downloadsqlalchemy-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