Bug #58047 display of numeric fields in hexadecimal
Submitted: 8 Nov 2010 11:44 Modified: 8 Nov 2010 13:11
Reporter: Pete Batard Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Workbench: SQL Editor Severity:S4 (Feature request)
Version: OS:Any
Assigned to: CPU Architecture:Any
Tags: display, hex, Hexadecimal

[8 Nov 2010 11:44] Pete Batard
Description:
Currently, it does not appear to be possible to set the SQL Editor to display numeric fields (INT, etc.) in hexadecimal format.

Would it be possible to have the option to select the numeric display as hexadecimal for specific columns when using the SQL Editor?

How to repeat:
- Create a table with numeric columns
- Try to display these columns in hexadecimal
[8 Nov 2010 13:11] Valeriy Kravchuk
Thank you for the feature request.
[10 Nov 2010 14:11] Alfredo Kojima
As a workaround, you can change your queries to SELECT hex(field) FROM ....