Re: [sqlalchemy] Re: Trying to find a way to sort a query given the name of one of its columns

2023-06-12 Thread Mike Bayer
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

[sqlalchemy] Re: Trying to find a way to sort a query given the name of one of its columns

2023-06-12 Thread Lele Gaifax
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