#25705: Parameters are not adapted or quoted in Query.__str__
----------------------------------------------+--------------------
     Reporter:  Stranger6667                  |      Owner:  nobody
         Type:  Cleanup/optimization          |     Status:  new
    Component:  Database layer (models, ORM)  |    Version:  master
     Severity:  Normal                        |   Keywords:
 Triage Stage:  Unreviewed                    |  Has patch:  0
Easy pickings:  0                             |      UI/UX:  0
----------------------------------------------+--------------------
 Now it is just string interpolation of the SQL template with parameters
 and in most cases produces invalid queries for the following reasons:

 - No quoting
 - No adaptation. So, some python objects will be used as is, not like
 their SQL equivalents

 Yes, there are situations, when output of `Query.__str__` is equal to
 actual query. But for debugging reasons, it will be better to see real
 query here. Also it is logical and expected behavior of this method - to
 show actual query.

--
Ticket URL: <https://code.djangoproject.com/ticket/25705>
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 django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/055.3cf55dc86b439eef0ade9741e45c8311%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to