Details
-
Bug
-
Resolution: Done
-
Major - P3
-
None
-
None
-
None
-
None
-
python driver or shell
Description
> db.foo.find()
{"_id" : "f86b90079a8f8ae183fa4b9b" , "a" : 5}> db.foo.update(
{"a": 5}, {"$set": {"b": null}})
> db.foo.find()
error: