Hello!
I opened (F11) a table containing some record. This is useful to edit some data without building 'update' commands.
This table has a varbinary(255) field (VBF for short).
The VBF values are not shown in the corresponding column: on their place I have the “(Binary/Image)” phrase.
I expected to be shown the hexadecimal representation of the binary values (something like the result of mysql hex() function), so they could be modified like other fields.
Is there a way to obtain that?
I think it would be a good feature, since mysql client leaks too: it tries to print a textual (ascii) version of the binary values, that often don't represent printable char (what an ugliness to see ☺☻♥♦♣!)
Thanks.