Page MenuHomePhabricator

Attempting to construct a query containing characters outside of the Unicode Basic Multilingual Plane. MySQL will silently truncate this data if it is inserted into a `utf8` column. Use the `%B` conversion to escape binary strings data.
Closed, DuplicatePublic

Description

Recently discovered that there are a lot of flow on phabricator cannot submit reviews, abnormal phabricator quoted as follows:

Attempting to construct a query containing characters outside of the Unicode Basic Multilingual Plane. MySQL will silently truncate this data if it is inserted into a utf8 column. Use the %B conversion to escape binary strings data.

{F177641}

Event Timeline

xuyulong raised the priority of this task from to High.
xuyulong updated the task description. (Show Details)
xuyulong added a subscriber: xuyulong.

✘ Merged into T4045.