You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently if the column is specified as TEXT type, the column_type() result we get is MYSQL_TYPE_BLOB, which is the same with BLOB type, and thus cannot differentiate binary and non-binary strings.
Should we add new types like MYSQL_TYPE_TEXT, or is there a way workaround?
The text was updated successfully, but these errors were encountered:
Currently if the column is specified as
TEXT
type, thecolumn_type()
result we get isMYSQL_TYPE_BLOB
, which is the same withBLOB
type, and thus cannot differentiate binary and non-binary strings.Should we add new types like
MYSQL_TYPE_TEXT
, or is there a way workaround?The text was updated successfully, but these errors were encountered: