zookzook / elixir-mongodb-driver

MongoDB driver for Elixir
Apache License 2.0
245 stars 63 forks source link

Treat 0 and 0.0 Mongo responses equally #237

Closed rhcarvalho closed 6 months ago

rhcarvalho commented 6 months ago

Just like 1 and 1.0 were treated the same back in 2017, treat 0, 0.0, +0.0 and -0.0 equally, eliminating a compiler warning related to upcoming changes in OTP 27.

Closes #236.