mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-08 18:00:23 -04:00
6924f6c5d9
Fixed issue in the :meth:`.ConnectionEvents.after_cursor_execute` method where the SQL statement and parameter list for an "insertmanyvalues" operation sent to the event would not be the actual SQL / parameters just emitted on the cursor, instead being the non-batched form of the statement that's used as a template to generate the batched statements. Fixes: #13018 Change-Id: Ib5b6c576f2c7a9ed275de30290d619cc651b4816