mongoose-double icon indicating copy to clipboard operation
mongoose-double copied to clipboard

Provides Double support for mongoose.js

Results 6 mongoose-double issues
Sort by recently updated
recently updated
newest added

### Overview `NaN` is a valid value in MongoDB for Number type attributes (i.e. doubles). This change is necessary to avoid superfluous errors when loading records with `NaN` values in...

Hi there! Greetings form Argentina. First of all, I'm not a native english speaker. So, if there's something in the post that it isn't clear or I'm making some grammar...

Hello, When installing mongoosejs/[email protected], it generates an error "Could not resolve dependency: mongoose@"^5.7.9" from @mongoosejs/[email protected]." I forced the install and it seems to work. Can you bump the mongoose version?

Hi @vkarpov15! Can you let me create a `chore/support-mongoose-6` branch and propose a pull request for the library to support mongoose 6.x.x? Regards, Emilien

It stores `int` type instead of double. ``` import mongoose, { Schema } from "mongoose" import Double from "../CustomTypes/Double" export const ProductVariantEmbeddedSchema = new Schema({ price: Double, discount: Double, isAvailable:...

Hey Devs, So was setting this up and hit issues. Eventually figured out that what is on NPM is extremely old (v0.0.1) vs what you have in the project here...