Opened 6 years ago

Last modified 6 years ago

#29251 closed Bug

The MySQL back-end returns bytes instead of strings in some cases. — at Initial Version

Reported by: Mariusz Felisiak Owned by: nobody
Component: Database layer (models, ORM) Version: dev
Severity: Normal Keywords: mysql bytes
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

PR 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')).

Change History (0)

Note: See TracTickets for help on using tickets.
Back to Top