• Anssi Kääriäinen's avatar
    Fixed #19720 -- Oracle ordering related delete regression · 8ef32350
    Anssi Kääriäinen yazdı
    When a query had a complex where condition (a condition targeting more
    than the base table) a subquery was used for deletion. However, the
    query had default ordering from the model's meta and Oracle doesn't
    work with ordered subqueries.
    
    The regression was caused by fast-path deletion code introduced in
    1cd6e04c for fixing #18676.
    
    Thanks to Dylan Klomparens for the report.
    8ef32350
Adı
Son kayıt (commit)
Son güncelleme
.tx Loading commit data...
django Loading commit data...
docs Loading commit data...
extras Loading commit data...
scripts Loading commit data...
tests Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.hgignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.rst Loading commit data...
INSTALL Loading commit data...
LICENSE Loading commit data...
MANIFEST.in Loading commit data...
README.rst Loading commit data...
setup.cfg Loading commit data...
setup.py Loading commit data...