number value if not warp NumberInt, it will change to double
Not a Problem
whatever import a bson doc or just insert in window, every number type has been changed
whatever import a bson doc or just insert in window, every number type has been changed
The behavior is by design. In order to keep the behavior consistent with mongodb shell, MongoBooster will insert/update number as double type.
The behavior is by design. In order to keep the behavior consistent with mongodb shell, MongoBooster will insert/update number as double type.
For some small tweak, I can warp NumberInt manually, but import bson, this bug will make import totally unusable. A bson doc may contain many int value, it is impossible to change them back by hand. Please fix this bug. All behavior should keep same as official mongodb. Thanks
For some small tweak, I can warp NumberInt manually, but import bson, this bug will make import totally unusable. A bson doc may contain many int value, it is impossible to change them back by hand. Please fix this bug. All behavior should keep same as official mongodb. Thanks
Replies have been locked on this page!