Menu

#2655 (ok 3.0) BINARY displayed as a text

2.11.4
fixed
1
2013-06-11
2008-03-09
No

I have BINARY(16) column in my table, but it's a surprise to me that phpMA tries to display it's contents as a text so I'm getting some unreadable garbage.
I would be more useful if phpMA could display mainly textual *_bin (i.e. utf8_bin) columns as a text not "[BLOB - * bytes]".

Discussion

  • Lux In Tenebris

    Lux In Tenebris - 2008-03-09

    column with binary data

     
  • Marc Delisle

    Marc Delisle - 2008-04-08

    Logged In: YES
    user_id=210714
    Originator: NO

    But your "path" field is a BLOB, correct?

     
  • Marc Delisle

    Marc Delisle - 2008-04-08
    • assigned_to: nobody --> lem9
     
  • Lux In Tenebris

    Lux In Tenebris - 2008-04-08

    Logged In: YES
    user_id=2031724
    Originator: YES

    it's TEXT type with utf8_bin collation

     
  • Marc Delisle

    Marc Delisle - 2008-04-27

    Logged In: YES
    user_id=210714
    Originator: NO

    About the utf8_bin field, MySQL returns in the flag informations that this field is binary. I'll continue my research and probably issue a MySQL bug report.

     
  • Marc Delisle

    Marc Delisle - 2008-05-07
    • priority: 5 --> 1
    • summary: BINARY displayed as a text --> (ok 2.11.7) BINARY displayed as a text
    • status: open --> open-fixed
     
  • Marc Delisle

    Marc Delisle - 2008-05-07

    Logged In: YES
    user_id=210714
    Originator: NO

    Part 2 fixed (BINARY displayed as text) for 2.11.7.

     
  • Marc Delisle

    Marc Delisle - 2008-05-18

    Logged In: YES
    user_id=210714
    Originator: NO

    Looks like some users want to display the contents of BINARY.

    Maybe, to fit all situations, instead of the ShowBlob parameter, what we need is something like the big T icon, but has for effect of displaying the contents of all BINARY /BLOB fields.

     
  • Marc Delisle

    Marc Delisle - 2008-05-28

    Logged In: YES
    user_id=210714
    Originator: NO

    In 3.0-dev, now a user can choose to display or not the contents of a BINARY or BLOB field.

     
  • Marc Delisle

    Marc Delisle - 2008-06-10
    • summary: (ok 2.11.7) BINARY displayed as a text --> (ok 3.0) BINARY displayed as a text
     
  • Marc Delisle

    Marc Delisle - 2008-06-10

    Logged In: YES
    user_id=210714
    Originator: NO

    The fix for not displaying BINARY as text is pushed to 3.0-dev, see bug 1988799.

     
  • Marc Delisle

    Marc Delisle - 2008-09-27
    • status: open-fixed --> closed-fixed
     
  • Michal Čihař

    Michal Čihař - 2013-06-11
    • Status: closed-fixed --> fixed