[Sqlalchemy-tickets] Issue #3783: get() query does not load joinedloaded relationship when reloadin
Brought to you by:
zzzeek
From: 종빈 박 <iss...@bi...> - 2016-08-29 07:42:28
|
New issue 3783: get() query does not load joinedloaded relationship when reloading expired object https://bitbucket.org/zzzeek/sqlalchemy/issues/3783/get-query-does-not-load-joinedloaded 종빈 박: I'm not so sure this is intended behavior or is a bug, but query().get() does not joinedload the relationship that is specified as `lazy=joinedload` when reloading the instance, marked as expired in identity map. https://gist.github.com/chongkong/1460884de96866d42f5a197fcec5652b |