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>>.
Asked
Active
Viewed 128 times
1 Answers
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