Closed GoogleCodeExporter closed 8 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
hle...@gmail.com
Original comment by ondrej.zara on 2 Mar 2010 at 9:13
ondrej.zara
Commited in r785.
Original comment by ondrej.zara on 2 Mar 2010 at 9:14
Original issue reported on code.google.com by
hle...@gmail.com
on 2 Mar 2010 at 8:26