Re: [sqlalchemy] Query before_compile issue

2019-10-23 Thread eric . lemoine
On Wed, Oct 23, 2019 at 3:16 PM Mike Bayer wrote: > > > On Tue, Oct 22, 2019, at 12:30 PM, eric.lemo...@gmail.com wrote: > > > > > it sounds like you should use a bound parameter with a lambda inside of > it, there's not an explicit "on lazyload" hook at the moment. > > > Yep, that seems to be

Re: [sqlalchemy] Query before_compile issue

2019-10-23 Thread Mike Bayer
On Tue, Oct 22, 2019, at 12:30 PM, eric.lemo...@gmail.com wrote: > > > >> it sounds like you should use a bound parameter with a lambda inside of it, >> there's not an explicit "on lazyload" hook at the moment. > > Yep, that seems to be doing the job! that worked? wow :) guess you are