mschae / boltex

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

Bug fix: A struct inside a list fails to be encoded #28

Closed dominique-vassard closed 5 years ago

dominique-vassard commented 5 years ago

When a list contains a struct, encoding fails.

Struct wasn't expexted inside other types, it is now the case.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.03%) to 95.205% when pulling dffb011d001ae0f9d969d95503daabd2d0699441 on dominique-vassard:bug_fix_struct_in_list_encoding into 44091aac8f63a6849294601afc6d35a328f18f0f on mschae:master.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.03%) to 95.205% when pulling dffb011d001ae0f9d969d95503daabd2d0699441 on dominique-vassard:bug_fix_struct_in_list_encoding into 44091aac8f63a6849294601afc6d35a328f18f0f on mschae:master.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.03%) to 95.205% when pulling dffb011d001ae0f9d969d95503daabd2d0699441 on dominique-vassard:bug_fix_struct_in_list_encoding into 44091aac8f63a6849294601afc6d35a328f18f0f on mschae:master.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.03%) to 95.205% when pulling dffb011d001ae0f9d969d95503daabd2d0699441 on dominique-vassard:bug_fix_struct_in_list_encoding into 44091aac8f63a6849294601afc6d35a328f18f0f on mschae:master.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.03%) to 95.205% when pulling dffb011d001ae0f9d969d95503daabd2d0699441 on dominique-vassard:bug_fix_struct_in_list_encoding into 44091aac8f63a6849294601afc6d35a328f18f0f on mschae:master.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.03%) to 95.205% when pulling dffb011d001ae0f9d969d95503daabd2d0699441 on dominique-vassard:bug_fix_struct_in_list_encoding into 44091aac8f63a6849294601afc6d35a328f18f0f on mschae:master.

mschae commented 5 years ago

Thank you!