隔离PostgreSQL查询,其中数组包含整数

时间:2019-04-24 22:08:17

标签: node.js

我正在尝试查询具有数组array的数组(1,2,3)的postgreSQL数据库中的所有行,其中包含诸如2这样的整数的数据。使用续集,这就是我尝试过的

where: {array: {$contains: [2]}}
and
where: {array: {$contains: 2}}

我最终收到此错误:

(node:30960) UnhandledPromiseRejectionWarning: TypeError: values.map is not a function

编辑

解决方案: array: {[Op.contains]: [2]}

1 个答案:

答案 0 :(得分:0)

传递给ul.reveal each pageLink, pageName in navLink li block pages a(href=pageLink)= pageName (或$contains)的参数应该是一个数组。 有关更多详细信息,请参见the manual