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

Commit dac4e1c8 by Jan Aagaard Meier

Removed compact in compileSmartWhere, fixing a spec for sqlite

1 parent 74055b22
Showing with 1 additions and 1 deletions
......@@ -214,7 +214,7 @@ var Utils = module.exports = {
}
}
return Utils._.compactLite([text.join(' AND ')].concat(whereArgs))
return [text.join(' AND ')].concat(whereArgs)
},
getWhereLogic: function(logic) {
switch (logic) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!