db.inventory.insert( {_id: 1, item: "The Scream", price: NumberDecimal("9.99"), quantity: 4 } )
|
108 KB
|
54 KB
We'll need to upgrade to Mongo Java Driver 3.4 to support the new decimal data type.
Verified in ADS-19-dev-8.
Please refer: verify14877.png
Verified in ADS-19-dev-8.
Please refer: verify14877.png
Issue #14877 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build ADS 19.0.0-dev-4 |
No time estimate |
1 issue link |
relates to #14911
Issue #14911MongoDB 3.4 : BsonSerializationException on expanding Indexes folder in Admin database |
We'll need to upgrade to Mongo Java Driver 3.4 to support the new decimal data type.