diff options
| author | mike bayer <mike_mp@zzzcomputing.com> | 2021-08-23 16:37:10 +0000 |
|---|---|---|
| committer | Gerrit Code Review <gerrit@ci3.zzzcomputing.com> | 2021-08-23 16:37:10 +0000 |
| commit | b5822c2d4a1044d72a622a36bfda71a7c8c08caf (patch) | |
| tree | e0ab77c43a269ee5beb0a7b783df58f064c2fdd6 /doc/build | |
| parent | 2900c472d7f8975e29967048da6228024e098c5e (diff) | |
| parent | f9ba830ec059f3a4b095c36f94fe7ae29ba7aac2 (diff) | |
| download | sqlalchemy-b5822c2d4a1044d72a622a36bfda71a7c8c08caf.tar.gz | |
Merge "restore statement substitution to before_execute()"
Diffstat (limited to 'doc/build')
| -rw-r--r-- | doc/build/changelog/unreleased_14/6913.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_14/6913.rst b/doc/build/changelog/unreleased_14/6913.rst new file mode 100644 index 000000000..43ce34c21 --- /dev/null +++ b/doc/build/changelog/unreleased_14/6913.rst @@ -0,0 +1,9 @@ +.. change:: + :tags: bug, engine, regression + :tickets: 6913 + + Fixed issue where the ability of the + :meth:`_engine.ConnectionEvents.before_execute` method to alter the SQL + statement object passed, returning the new object to be invoked, was + inadvertently removed. This behavior has been restored. + |
