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

Commit d76a3f23 by Mick Hansen

Less breaking, more action

1 parent e6c91420
Showing with 1 additions and 1 deletions
...@@ -580,7 +580,7 @@ Utils.fn.prototype.toString = function(queryGenerator) { ...@@ -580,7 +580,7 @@ Utils.fn.prototype.toString = function(queryGenerator) {
} }
Utils.col.prototype.toString = function (queryGenerator) { Utils.col.prototype.toString = function (queryGenerator) {
if (this.col.indexOf('*')) return '*' if (this.col.indexOf('*') !== -1) return '*'
return queryGenerator.quote(this.col) return queryGenerator.quote(this.col)
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!