#32691: Django 3.2 boolean field SQL output is causing a performance regression 
in
MySQL.
-------------------------------------+-------------------------------------
     Reporter:  Todor Velichkov      |                    Owner:  nobody
         Type:                       |                   Status:  closed
  Cleanup/optimization               |
    Component:  Database layer       |                  Version:  3.2
  (models, ORM)                      |
     Severity:  Normal               |               Resolution:  invalid
     Keywords:  bool, booleanfield,  |             Triage Stage:
  orm, sql, mysql                    |  Unreviewed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by Todor Velichkov):

 In the mean time this can be worked around by doing
 `.filter(boolean_field=1)`. Entirely reverting this change would possibly
 cause a breakage in all function index on boolean expressions created on
 other backends.

 I tried this before opening the ticket, but it didn't work, however it
 looks like `.filter(boolean_field=models.Value(1))` is working!!
 For now this should be sufficient for us to complete our migration to
 `Django 3.2`! Thanks for the time spent on this!

-- 
Ticket URL: <https://code.djangoproject.com/ticket/32691#comment:9>
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 on the web visit 
https://groups.google.com/d/msgid/django-updates/072.c22a6ad89672d122463990c801484f9f%40djangoproject.com.

Reply via email to