gpt4 book ai didi

python - 当我尝试使用 None 作为查询的 null 时,PyMongo NoneType 错误

转载 作者:太空宇宙 更新时间:2023-11-03 14:24:22 25 4
gpt4 key购买 nike

大家好,抱歉我的英语不好。我正在使用 pymongo 查询 mongodb。因此,当我尝试在查询中使用 None 作为 null 时,出现错误: NoneType 对象不可下标。

这是一个例子:

db.collection.find_one({'name': "Nick", 'age': None})
# 'NoneType' object is not subscriptable error

你能帮我解决这个问题吗?

最佳答案

虽然没有尝试过,但尝试传递 null 而不是 None:

db.collection.find_one({'name': "Nick", 'age': null})

关于python - 当我尝试使用 None 作为查询的 null 时,PyMongo NoneType 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47730878/

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