Files
sqlalchemy/test
Mike Bayer 09499bfa6f implement attributes.Proxy._clone()
Fixed issue where the internal cloning used by the
:meth:`_orm.PropComparator.any` method on a :func:`_orm.relationship` in
the case where the related class also makes use of ORM polymorphic loading,
would fail if a hybrid property on the related, polymorphic class were used
within the criteria for the ``any()`` operation.

Fixes: #7425
Change-Id: I5f4f4ec5fab17df228bc6e3de412d24114b20600
(cherry picked from commit 546391e5a8)
2021-12-09 12:52:46 -05:00
..
2021-12-09 12:52:46 -05:00