1
0
Fork 0
mirror of synced 2024-07-19 21:26:22 +12:00
This commit is contained in:
Mel O'Hagan 2022-08-15 14:11:42 +01:00
parent f810d1f134
commit 9aacc7cccb

View file

@ -188,7 +188,7 @@ class QueryBuilder {
return null
}
if (!Array.isArray(value)) {
return `${key}:${value}`
return `${key}:${value}`
}
let statement = `${builder.preprocess(value[0], { escape: true })}`
for (let i = 1; i < value.length; i++) {