When I use the MySQL block I’m seeing values from varchar fields displayed as a list of decimal byte values instead of strings.
Schema:
Field | Type | Collation | Null | Key | Default | Extra | Privileges | Comment
-------------+-------------+------------+------+-----+---------+-------+---------------------------------+---------
account_id | varchar(64) | latin1_bin | NO | | | | select,insert,update,references |
vendor_type | varchar(32) | latin1_bin | NO | | | | select,insert,update,references |
enabled | tinyint(1) | | NO | | | | select,insert,update,references |
update_time | timestamp | | YES | | | | select,insert,update,references |
