-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Environment:mongosh 1.8 and also 2.0
-
Developer Tools
-
Needed
-
db.test.insert({x: 0.0}) results in `x: <int>0`
and I have no idea how to repr it as a double value.
In C# driver, number types cannot be auto-converted when deserializing Bson Doc, so mongosh will result in driver type error, when I want to read a `double x`
- causes
-
CSHARP-5341 Feat: Create an option in BsonSerializer, which enables auto conversion between C# number types when deserializing BSON
- Closed