summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/compiler.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2017-08-23 16:33:10 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2017-08-23 17:20:17 -0400
commit827b495b8bc1c6c32ef7a872b7995abcb31a14d6 (patch)
tree3ee9c4af816195050f9c54be3ec51545a9fc036b /lib/sqlalchemy/sql/compiler.py
parent3f9df2b86b4a8d7912d1190aead4aa084daf802c (diff)
downloadsqlalchemy-827b495b8bc1c6c32ef7a872b7995abcb31a14d6.tar.gz
Ensure col is not None when retrieving quick populators
Fixed bug where an :func:`.undefer_group` option would not be recognized if it extended from a relationship that was loading using joined eager loading. In particular we need to double check the column both in terms of the given "adapter" as well as without applying the "adapter" when searching for the column in the result. As we now avoid redoing the row processor step we also improve on callcounts in joined eager loading. Change-Id: I0f48766f12f7299f4626ff41a00bf1f5bfca5f3b Fixes: #4048
Diffstat (limited to 'lib/sqlalchemy/sql/compiler.py')
0 files changed, 0 insertions, 0 deletions