ClosestStorm / v8cgi

Automatically exported from code.google.com/p/v8cgi
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Query "Having" Bug #61

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Query.prototype.having = function(conditionDef) {
        this._where.push(this._expand.apply(this, arguments));
        return this;
}

This should be:

this._having.push

Original issue reported on code.google.com by hle...@gmail.com on 2 Mar 2010 at 8:26

GoogleCodeExporter commented 9 years ago

Original comment by ondrej.zara on 2 Mar 2010 at 9:13

GoogleCodeExporter commented 9 years ago
Commited in r785.

Original comment by ondrej.zara on 2 Mar 2010 at 9:14