-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
double type not working it store int instead of double bson? #10
Comments
Same here... |
solved by using decimal128 |
This still seems to be happening. Any pointers on what to check in this code? I'm fine making a patch if no one is available actively maintaining this. |
Traced this down to the removal of valueOf. When I add valueOf back, the issue is resolved. I also have a very repeatable example to test with if anyone is interested. Will adding valueOf back break anything? |
Hi @MattLJoslin , can you please provide pointers where we need to add valueOf. I am a beginner in this area. It would be of great help if you can share the code snippet. |
It stores
int
type instead of double.The text was updated successfully, but these errors were encountered: