gpt4 book ai didi

Prisma 2 : Unknown arg `where` in select. count.where 类型未定义

转载 作者:行者123 更新时间:2023-12-04 13:13:10 24 4
gpt4 key购买 nike

我无法将 where 子句应用于模型上的简单 count() 查询。如果我删除 where 子句,它就可以正常工作并返回该表中的行数。
好的:let result = await prisma.articles.count()坏的:let result = await prisma.articles.count({ where: { article_id: 1 } })错误:

Unknown arg `where` in select.count.where for type undefined. Did you mean `select`? Available args:
type count {

}
我使用模式中的哪一列并不重要,同样的错误。我该如何解决这个问题?

最佳答案

上面的语法是正确的。您能否确认您的 @prisma/cli@prisma/client都在同一个版本上。如果是这样,你能运行npx prisma generate吗?并再次检查。我目前在版本 2.2.0它对我有用。
同样作为最后的手段,重新加载您的编辑器以检查更新的类型,以便可以检测到计数。

关于Prisma 2 : Unknown arg `where` in select. count.where 类型未定义,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62869666/

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