#29251: MySQL backend returns bytes instead of strings in some queries involving
database functions
-------------------------------------+-------------------------------------
     Reporter:  felixxm              |                    Owner:  felixxm
         Type:  Bug                  |                   Status:  assigned
    Component:  Database layer       |                  Version:  master
  (models, ORM)                      |
     Severity:  Normal               |               Resolution:
     Keywords:  mysql bytes          |             Triage Stage:  Ready for
                                     |  checkin
    Has patch:  1                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by Tim Graham):

 * has_patch:  0 => 1
 * type:  Uncategorized => Bug
 * stage:  Unreviewed => Ready for checkin


Old description:

> PR [https://github.com/django/django/pull/9808 9808] revealed a bug in
> the MySQL back-end.  `mysqlclient` returns `bytes` instead of `strings`
> in some edge cases, e.g.:
>
> ```LPad('name', Length('alias'))```,
> ```Replace('name', Length('alias'))```.

New description:

 PR [https://github.com/django/django/pull/9808 9808] revealed a bug in the
 MySQL backend.  `mysqlclient` returns `bytes` instead of `strings` in some
 edge cases, e.g.:

 `LPad('name', Length('alias'))`
 `Replace('name', Length('alias'))`

--

Comment:

 [https://github.com/django/django/pull/9816 PR]

-- 
Ticket URL: <https://code.djangoproject.com/ticket/29251#comment:2>
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/065.72514bf0a8d629f02ddfef8a0fef828e%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to