gpt4 book ai didi

python - GAE ndb 按键过滤(id)

转载 作者:太空宇宙 更新时间:2023-11-04 10:26:30 25 4
gpt4 key购买 nike

我想按键值过滤(如果可以的话,按Id)

开发者控制台提供键值搜索数据。

我想在我的代码中这样做:

DataModel.query(DataModel.key > ndb.Key('DataModel', id_value)).order(
DataModel.date,
DataModel.times).fetch(2000)

引发错误...

我的 id_value 是整数。

如何搜索和过滤以获得 id 高于 id_value 的数据?

最佳答案

按键的不等式过滤很好,问题是您不能将按不等式过滤一件事与按另一排序结合起来。引用https://cloud.google.com/appengine/docs/python/ndb/queries根据限制: ...:

combining too many filters, using inequalities for multiple properties, or combining an inequality with a sort order on a different property are all currently disallowed.

这三个限制中的最后一个是您遇到的问题。

关于python - GAE ndb 按键过滤(id),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29082874/

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