[Sqlalchemy-tickets] Issue #4258: relationship caching in dogile example breaks in 1.2.x series (zz
Brought to you by:
zzzeek
From: Michael B. <iss...@bi...> - 2018-05-16 16:16:21
|
New issue 4258: relationship caching in dogile example breaks in 1.2.x series https://bitbucket.org/zzzeek/sqlalchemy/issues/4258/relationship-caching-in-dogile-example Michael Bayer: with #4256 we are repairing a regression in 1.2.7 for dogpile.advanced, however running it on prior 1.2.x series, the baked lazy load is preventing the caching from occurring. after the fix for #4256 it *seems* to fix it but it is not clear what's going on here. |