]> 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:14:17 +0000 (15:14 -0400)
commitac9047ec79e9c4ac5efebe83753c51f8165800bf
tree571e4cf7199731362f53b0186b343f5370ef1592
parenta0e4a1ca3583fbfbc211337514a4328dee758987
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
(cherry picked from commit dffd96e7545348d6d1830cdfc4fcf231237010d2)
doc/build/changelog/unreleased_20/11530.rst [new file with mode: 0644]
lib/sqlalchemy/event/base.py
test/sql/test_types.py