vapor-community / mongo-driver

MongoDB driver for Fluent
28 stars 26 forks source link

added support for boolean types #11

Closed jjaybrown closed 7 years ago

jjaybrown commented 7 years ago

Currently using boolean within a mongo document will result in the following error [FluentMongo] Could not convert BSON to Node: boolean(true)

The proposed change will sufficiently support the conversion from a BSON type to Boolean

tanner0101 commented 7 years ago

Thanks!