Closed DavidGregory084 closed 9 years ago
Several users have asked me how to chain where clauses without mapping over select.where. I suggest we add andWhere to make the possibility of chaining where more obvious. Also orWhere and corresponding functions on having.
where
select.where
andWhere
orWhere
having
I don't think this is needed. Do you mind if I close it?
No, feel free :)
Several users have asked me how to chain
where
clauses without mapping overselect.where
. I suggest we addandWhere
to make the possibility of chainingwhere
more obvious. AlsoorWhere
and corresponding functions onhaving
.