2

I have some data stored as binaries in mnesia, how can I view the data (e.g. as <<"data_content">>) in tv? It seems that tv only shows binary data as <<#BIN>>.

Chi Zhang
  • 771
  • 2
  • 8
  • 22

1 Answers1

0

According to the 14B03 Release Notes, this has been fixed for binaries =< 100 bytes in ets and mnesia tables.

David Weldon
  • 63,632
  • 11
  • 148
  • 146