diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-03-04 23:38:34 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-03-04 23:38:34 -0500 |
commit | 2f7623b6b265cd5f25f2a6022e21bc3286d397a3 (patch) | |
tree | 28e5479ddd8dea41d02f327633c59e611e142a51 /lib/sqlalchemy/dialects/postgresql/base.py | |
parent | 5c4c7b0c6793d4cec364fb5fa9c5063feb4827f7 (diff) | |
download | sqlalchemy-2f7623b6b265cd5f25f2a6022e21bc3286d397a3.tar.gz |
ensure composite refresh handler synced w/ mutable composite
Fixed issue where the :class:`_mutable.MutableComposite` construct could be
placed into an invalid state when the parent object was already loaded, and
then covered by a subsequent query, due to the composite properties'
refresh handler replacing the object with a new one not handled by the
mutable extension.
Fixes: #6001
Change-Id: Ieebd8e6afe6b65f8902cc12dec1efb968f5438ef
Diffstat (limited to 'lib/sqlalchemy/dialects/postgresql/base.py')
0 files changed, 0 insertions, 0 deletions