jhc-systems / sqlest

Write SQL in Scala
https://jhc-systems.github.io/sqlest/latest/api/
Apache License 2.0
30 stars 17 forks source link

Add `andWhere` to make the possibility of chaining `where` more obvious #37

Closed DavidGregory084 closed 9 years ago

DavidGregory084 commented 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.

brendanator commented 9 years ago

I don't think this is needed. Do you mind if I close it?

DavidGregory084 commented 9 years ago

No, feel free :)