On Mon, Jun 12, 2023, at 3:12 AM, Lele Gaifax wrote:
> Lele Gaifax writes:
>
>> I will study the contains_eager() alternative and try to modernize my
>> code that still uses that idiom.
>
> After reading the different sections (narrative and reference), I wonder
> if there is a case where the j
Lele Gaifax writes:
> I will study the contains_eager() alternative and try to modernize my
> code that still uses that idiom.
After reading the different sections (narrative and reference), I wonder
if there is a case where the joinedload() has some advantage over
contains_eager(), or if the fo