Error decoding empty string values
trenpixster opened this issue · comments
Nizar Venturini commented
When attempting to decode an empty string, the decoder triggers the following error:
[what: ["a", :bytestring], acc: [[]], rest: {1, <<0, 0>>}]
jerp commented
Indeed not normal, I will check.
Be aware that elixir-mongo v0.4.0 is still in development. Use v0.3.1 that uses previous version of elixir-bson
Nizar Venturini commented
Thanks! Using v0.3.1 I'm unable to retrieve data from the DB (it returns nil
). Probably because I'm running Elixir v1.0.0 instead of v0.15.1.