#36112: Subclasses of BaseDatabaseOperations should fall back to
super().last_executed_query() instead of returning None
--------------------------------------+------------------------------------
     Reporter:  Jacob Walls           |                    Owner:  (none)
         Type:  Cleanup/optimization  |                   Status:  new
    Component:  Testing framework     |                  Version:  dev
     Severity:  Normal                |               Resolution:
     Keywords:                        |             Triage Stage:  Accepted
    Has patch:  0                     |      Needs documentation:  0
  Needs tests:  0                     |  Patch needs improvement:  0
Easy pickings:  0                     |                    UI/UX:  0
--------------------------------------+------------------------------------
Comment (by VIZZARD-X):

 Submitted a PR implementing the fallback behavior discussed earlier.

 Oracle's last_executed_query() now falls back to
 super().last_executed_query() when cursor.statement is None, which
 matches the intended backend behavior described in the ticket.

 PR: https://github.com/django/django/pull/20293
-- 
Ticket URL: <https://code.djangoproject.com/ticket/36112#comment:11>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/django-updates/0107019aab291cc5-747edd38-bdd9-41e2-bcfd-c048b452fd9a-000000%40eu-central-1.amazonses.com.

Reply via email to