]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
create JoinedDispatcher subclasses up front
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 24 Jun 2024 19:07:41 +0000 (15:07 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 24 Jun 2024 19:13:41 +0000 (15:13 -0400)
commitdffd96e7545348d6d1830cdfc4fcf231237010d2
tree92e2c175b4afcb5a594c658ad080b2ed2e612895
parentda9c87306dee45e8e25fe651c0c8d3623b210fdc
create JoinedDispatcher subclasses up front

Fixed additional issues in the event system triggered by unpickling of a
:class:`.Enum` datatype, continuing from :ticket:`11365` and
:ticket:`11360`,  where dynamically generated elements of the event
structure would not be present when unpickling in a new process.

Fixes: #11530
Change-Id: Ie1f2b3453d4891051f8719f6d3f6703302d5a86e
doc/build/changelog/unreleased_20/11530.rst [new file with mode: 0644]
lib/sqlalchemy/event/base.py
test/sql/test_types.py