• Simon Charette's avatar
    Fixed #29195 -- Fixed Exists.output_field resolution on single-valued queries. · 277ed072
    Simon Charette yazdı
    The Subquery class which Exists inherits from defaulted to using single-valued
    querie's field if no output_field was explicitly specified on initialization
    which was bypassing the Exists.output_field defined at the class level.
    
    Moving Subquery's dynamic output_field resolution to _resolve_output_field
    should make sure the fallback logic is only performed if required.
    
    Regression in 08654a99.
    
    Thanks Oli Warner for the detailed report.
    277ed072
Adı
Son kayıt (commit)
Son güncelleme
..
_ext Loading commit data...
_theme Loading commit data...
faq Loading commit data...
howto Loading commit data...
internals Loading commit data...
intro Loading commit data...
man Loading commit data...
misc Loading commit data...
ref Loading commit data...
releases Loading commit data...
topics Loading commit data...
Makefile Loading commit data...
README Loading commit data...
conf.py Loading commit data...
contents.txt Loading commit data...
glossary.txt Loading commit data...
index.txt Loading commit data...
make.bat Loading commit data...
spelling_wordlist Loading commit data...