不要怂,就是干,撸起袖子干!

Commit 9a160daf by Sascha Depold

Merge pull request #703 from seth-admittedly/master

Fix quotation escape in postgres where conditions
2 parents 4df4b9b1 c2bea1d9
Showing with 1 additions and 1 deletions
......@@ -495,7 +495,7 @@ module.exports = (function() {
result = smth
}
else if (Array.isArray(smth)) {
result = Utils.format(smth)
result = Utils.format(smth, "postgres")
}
return result
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!