-
Type: Improvement
-
Resolution: Cannot Reproduce
-
Priority: Major - P3
-
None
-
Affects Version/s: 1.6.3
-
Component/s: Shell
-
None
-
Environment:OS X
> db.x.update(
{'_id': 1},
{'a':1}, upsert=true)
fails silently
> db.x.update(
{'_id': 1},
{'_id': 1, 'a':1}, upsert=true)
works as expected
I also had something along these lines that caused an assert failure, but I can't repro it now.