Menu

#1223 BINARY field display as [B@12345 in Database Manager

version 2.5.x
open-fixed
1
2020-09-07
2012-03-27
Anonymous
No

Other data types are represented in roughly the same syntax as their literals. The current display of Binary types is unusable.

INSERT INTO BINTEST (id) VALUES (X'012345')

SELECT id FROM BINTEST

ID
-------------------
[B@556860

This should be:

ID
-------------------
X'012345'

Or

ID
----------------------
012345

Discussion

  • Fred Toussi

    Fred Toussi - 2012-04-03
    • priority: 5 --> 1
    • assigned_to: nobody --> fredt
    • status: open --> open-later
     
  • Fred Toussi

    Fred Toussi - 2012-04-03

    We may introduce a setting to allow the return of binary values as strings.

     
  • Fred Toussi

    Fred Toussi - 2020-09-07
    • status: open-later --> open-fixed
    • Group: current-release --> version 2.5.x
     
  • Fred Toussi

    Fred Toussi - 2020-09-07

    From version 2.5.2 binary values are displayed as strings in DatabaseManagerSwing.

     

Log in to post a comment.