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>>.

link|improve this question

65% accept rate
feedback

1 Answer

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.