diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-10-13 12:00:52 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-10-13 13:52:23 -0400 |
commit | 53ad3cf4e9b02f841fff960ec95870110f6c7bcb (patch) | |
tree | 61695ea261585be3b555817dbe3d92554f38704f /lib/sqlalchemy/dialects/postgresql/asyncpg.py | |
parent | de9db9940fbcf32ccd93169d2ed6aa874869b84d (diff) | |
download | sqlalchemy-53ad3cf4e9b02f841fff960ec95870110f6c7bcb.tar.gz |
Pickling fixes for ORM / Core
Fixed regression where ORM loaded objects could not be pickled in cases
where loader options making use of ``"*"`` were used in certain
combinations, such as combining the :func:`_orm.joinedload` loader strategy
with ``raiseload('*')`` of sub-elements.
Fixes: #7134
Fixed issue where SQL queries using the
:meth:`_functions.FunctionElement.within_group` construct could not be
pickled, typically when using the ``sqlalchemy.ext.serializer`` extension
but also for general generic pickling.
Fixes: #6520
Change-Id: Ib73fd49c875e6da9898493c190f610e68b88ec72
Diffstat (limited to 'lib/sqlalchemy/dialects/postgresql/asyncpg.py')
0 files changed, 0 insertions, 0 deletions