Changes between Initial Version and Version 1 of Ticket #36213, comment 7


Ignore:
Timestamp:
Feb 26, 2025, 5:23:57 PM (5 days ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36213, comment 7

    initial v1  
    1 In stand corrected, `QuerySet.delete` on MySQL [https://github.com/django/django/blob/5a1cae3a5675c5733daf5949759476d65aa0e636/django/db/models/sql/compiler.py#L2015-L2019 also performs the] same materialization when a referenced table is involved.
     1In stand corrected, `QuerySet.delete` on MySQL [https://github.com/django/django/blob/5a1cae3a5675c5733daf5949759476d65aa0e636/django/db/models/sql/compiler.py#L2015-L2019 also performs] a materialization [https://github.com/django/django/commit/f6405c0b8ef7aff513b105c1da68407a881a3671 but at the database level].
     2
     3I wonder if the same strategy could be used for the `UPDATE`.
Back to Top