Re: [sqlalchemy] Caching with selectedinload causing AttributeError: 'PathToken' object has no attribute 'serialize'

2022-03-19 Thread Mike Bayer
that is an immensely complicated query and I couldn't tell you what's going on with that being the only context provided, unfortunately. On Fri, Mar 18, 2022, at 10:16 PM, Michael Bukachi wrote: > Hello, > > So I've got a very weird when trying to set up caching using dogpile based on > the

[sqlalchemy] Caching with selectedinload causing AttributeError: 'PathToken' object has no attribute 'serialize'

2022-03-18 Thread Michael Bukachi
Hello, So I've got a very weird when trying to set up caching using dogpile based on the examples provided. I'm using the latest version of SQLAlchemy 1.4. For some strange reason using selectinload and attempting to cache the frozen result is causing http://www.sqlalchemy.org/ To post