]> 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:10:09 +0000 (10:10 -0500)
commitfc3623990eeeb415fb076ddc96a0c7974beb2050
tree93b274906417f3dedf3ce542c8b590fbf202cc43
parent1f704fb682a0759454a474901b33e0b311044253
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
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