db.system.version.getIndexes()
|
147 KB
|
86 KB
|
54 KB
|
50 KB
|
202 KB
The error message "Expecting a valid BSON type but found 19" is from the Mongo Java Driver. Checking the latest Mongo Java Driver 3.4, BsonType.java contains the following code. BSON type of "19" is the new Decimal128 type that is supported by Mongo Java Driver 3.4.
The error message "Expecting a valid BSON type but found 19" is from the Mongo Java Driver. Checking the latest Mongo Java Driver 3.4, BsonType.java contains the following code. BSON type of "19" is the new Decimal128 type that is supported by Mongo Java Driver 3.4.
Issue is observed in Object Search also If we select Object Type as Indexes - screenshot
Issue is observed in Object Search also If we select Object Type as Indexes - screenshot
Indexes in admin database should now work in both schema browser and Object Search.
Indexes in admin database should now work in both schema browser and Object Search.
Verified in ADS-19-dev-8.
Please refer: verify14911.png
Verified in ADS-19-dev-8.
Please refer: verify14911.png
Issue #14911 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build ADS 19.0.0-dev-1 |
No time estimate |
1 issue link |
relates to #14877
Issue #14877MongoDB 3.4 : support for the decimal128 format |