db.users.update({b:'q'}, {$set:{a:1}}, false, true)Above query updates value of field "a'" as 1 where field "b" is "q". What is the purpose of passing the last 2 parameters (,false, true)?
--
You received this message because you are subscribed to the Google
Groups "mongodb-user" group.
To post to this group, send email to mongod...@googlegroups.com
To unsubscribe from this group, send email to
mongodb-user...@googlegroups.com
See also the IRC channel -- freenode.net#mongodb