Open
Description
when I try to make an update { $set: { "a.b.1.2": 1 } }
, the actually executed update was { $set: { "a.b.1": 1 } }
.
minimal reproduce
https://github.com/hu-chia/minimal-reproduce-to-mongo-update-be-broken.git
when I try to make an update { $set: { "a.b.1.2": 1 } }
, the actually executed update was { $set: { "a.b.1": 1 } }
.
https://github.com/hu-chia/minimal-reproduce-to-mongo-update-be-broken.git