• Anssi Kääriäinen's avatar
    Fixed #23605 -- Fixed nested subquery regression · 5c481db2
    Anssi Kääriäinen yazdı
    Added relabeled_clone() method to sql.Query to fix the problem. It
    manifested itself in rare cases where at least double nested subquery's
    filter condition might target non-existing alias.
    
    Thanks to Trac alias ris for reporting the problem.
    5c481db2
models.py 15.8 KB