-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Environment:python driver or shell
> db.foo.find()
{"_id" : "f86b90079a8f8ae183fa4b9b" , "a" : 5}> db.foo.update(
{"a": 5}, {"$set": {"b": null}})
> db.foo.find()
error: