#25377: Regression in expressions refactor causes database queries to run
COUNT('*') instead of COUNT(*)
-------------------------------------+-------------------------------------
     Reporter:  adamchainz           |                    Owner:  nobody
         Type:                       |                   Status:  closed
  Cleanup/optimization               |
    Component:  Database layer       |                  Version:  1.8
  (models, ORM)                      |
     Severity:  Release blocker      |               Resolution:  fixed
     Keywords:                       |             Triage Stage:  Accepted
    Has patch:  1                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by Tim Graham <timograham@…>):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 In [changeset:"3fe3887a2ed94f7b15be769f6d81571031ec5627" 3fe3887a]:
 {{{
 #!CommitTicketReference repository=""
 revision="3fe3887a2ed94f7b15be769f6d81571031ec5627"
 Fixed #25377 -- Changed Count queries to execute COUNT(*) instead of
 COUNT('*').
 }}}

--
Ticket URL: <https://code.djangoproject.com/ticket/25377#comment:5>
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 post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/068.5d83625acf82cece544851b0cd5eafaa%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to