Menu

#2906 (ok 3.2.2) Order by blob -> blow is shown in range

3.2.1
fixed
1
2013-06-11
2009-07-25
No

When you order by a field, the field range is shown in the header. Even when that field is a blob... That gets kind of ugly when there's a few mb of binary data in that blob. ;)

Discussion

  • Marc Delisle

    Marc Delisle - 2009-08-30
    • assigned_to: nobody --> lem9
     
  • Marc Delisle

    Marc Delisle - 2009-08-30

    Thanks. I used $cfg['LimitChars'] to limit the display. I was tempted to block sorting of this kind of column but some people put ordinary text in their BLOBs.

     
  • Marc Delisle

    Marc Delisle - 2009-08-30
    • milestone: --> 3.2.1
    • priority: 5 --> 1
    • summary: Order by blob -> blow is shown in range --> (ok 3.2.2) Order by blob -> blow is shown in range
    • status: open --> open-fixed
     
  • Olaf van der Spek

    > I used $cfg['LimitChars'] to limit the display.

    If you output binary data, you're probably violating the UTF-8 char encoding.

    > I was tempted to block sorting of this kind of column but some people put ordinary text in their BLOBs.

    That's their problem. ;)
    However, binary data like shas1 hashes can be sorted too.

     
  • Marc Delisle

    Marc Delisle - 2009-09-13
    • status: open-fixed --> closed-fixed
     
  • Michal Čihař

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