Proposed solution: Always use explicit comparison syntax in `Exact` lookup
for `BooleanField` with MySQL as a DB backend, that is `WHERE foo =
TRUE/FALSE` or even `WHERE foo = 1/0` since boolean is `TINYINT(1)` in
MySQL.
--
Ticket URL: <https://code.djangoproject.com/ticket/33154>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* owner: nobody => Roman Miroshnychenko
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/33154#comment:1>
* type: Uncategorized => Cleanup/optimization
Comment:
Duplicate of #32691.
--
Ticket URL: <https://code.djangoproject.com/ticket/33154#comment:2>
* status: assigned => closed
* resolution: => duplicate
--
Ticket URL: <https://code.djangoproject.com/ticket/33154#comment:3>