gpt4 book ai didi

javascript - 新的:true option returns me the old value in MongoDB

转载 作者:行者123 更新时间:2023-12-02 18:58:15 24 4
gpt4 key购买 nike

我在 MongoDB v2.2 NodeJS 0.8 MongoSkin 0.5 框架中使用以下代码:

var db = mongo.db(admin+"@127.0.0.1:27017/database",{safe:true});
db.collection('collection').findAndModify({'code':code,'email':email},[],
{
$push:
{
'code.pub':newPub,
}
},{new:true},
function(err, result)

新的 true 选项返回 MongoDB 中的旧值。为什么会发生这种情况?怎么了?

最佳答案

设置{w: 1}{safe: true},已弃用。

关于javascript - 新的:true option returns me the old value in MongoDB,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15100544/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com