Details
-
Bug
-
Resolution: Done
-
Major - P3
-
None
-
1.4
-
None
-
Windows 7 Ultimate 64-bit, 24GB ram, Dell Precision T3500
Description
When calling MongoDB.Driver.FindAndModifyResult, with returnNew set to true, the FindAndModifyResults shows the following. ModifiedDocuement should not be null
_command { "findAndModify" : "Swine", "query" :
{ "Id" : "4f84ba26b71e9a2324104c9e" }, "update" : { "$set" :
{ "RFID" : "empty" }}, "new" : true } MongoDB.Driver.IMongoCommand
{MongoDB.Driver.CommandDocument}_response
{ "value" : null, "ok" : 1.0 }MongoDB.Bson.BsonDocument
Ok true bool
ModifiedDocument null MongoDB.Bson.BsonDocument