nsensfel / tacticians-server

Server for Tacticians Online, written in Erlang.
https://tacticians.online
Apache License 2.0
1 stars 0 forks source link

Use of Erlang arrays in the DB #4

Closed nsensfel closed 5 years ago

nsensfel commented 5 years ago

From Erlang's array documentation page:

The representation is not documented and is subject to change without notice.

As a result, arrays should not be used in DB entries.

nsensfel commented 5 years ago

Solved by https://github.com/nsensfel/tacticians-server/commit/a81ff643a823dde57ebd0ed5da8a91fb75d32267.