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

Commit c2bea1d9 by Seth Samuel

Pass postgres dialect to utils for where formatting

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