]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
support accept for chains of joineddispatchers
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 29 Jan 2025 15:10:09 +0000 (10:10 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 29 Jan 2025 15:11:14 +0000 (10:11 -0500)
commit902eb4925959ddf88566df06f3b9cb78498571ca
treef1c17e98e92e43520bdb97b3d0a83f2d1cf96f0e
parent49df6598926808026953210b17dff818f235abe4
support accept for chains of joineddispatchers

Fixed issue where creating an :class:`.Engine` using multiple calls to
:meth:`.Engine.execution_options` where a subsequent call involved certain
options such as ``isolation_level`` would lead to an internal error
involving event registration.

Fixes: #12289
Change-Id: Iec5fbc0eb0c5a92dda1ea762872ae992ca816685
(cherry picked from commit fc3623990eeeb415fb076ddc96a0c7974beb2050)
doc/build/changelog/unreleased_20/12289.rst [new file with mode: 0644]
lib/sqlalchemy/event/base.py
test/base/test_events.py
test/engine/test_execute.py