mschae / boltex

Elixir driver for the neo4j bolt protocol
Other
29 stars 6 forks source link

Fix decoding problem with trailing 0x00 #23

Closed dominique-vassard closed 6 years ago

dominique-vassard commented 6 years ago

Trailing <<0x00>> are consider non-value but they can be the end of a list.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 97.368% when pulling c31a9ac214fbf4d9f7e9e9698eba885489873789 on dominique-vassard:bug_fix_trailing_0_in_list into 6416d937f6c53ad45ee8385a553dc3dfd77540a5 on mschae:master.

mschae commented 6 years ago

Thanks!