mongoosejs / mongoose-double

Provides Double support for mongoose.js
MIT License
18 stars 13 forks source link

fix: allow NaNs #15

Closed jdbdnz closed 1 year ago

jdbdnz commented 1 year ago

Overview

MongoDB allows storing NaN in a double field. Mongoose Double does not.

Change

Testing

Feedback

Anything

jdbdnz commented 1 year ago

Meant to open this against my fork. Oops.