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

Commit d3aebaa8 by Jan Aagaard Meier

Works for PG as well

1 parent bfed61fa
Showing with 1 additions and 1 deletions
......@@ -224,7 +224,7 @@ module.exports = (function() {
options.attributes = optAttributes.join(', ')
}
if(options.where) {
if(options.where != undefined) {
options.where = QueryGenerator.getWhereConditions(options.where)
query += " WHERE <%= where %>"
}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!