vapor/sql-kit

Support HAVING Clauses

calebkleveter opened this issue · 1 comments

It would be useful to support HAVING clauses to the query builder types. There is W3C documentation for this clause here.

Most likely this will have to be added to SQL in v3, because it would break the current protocol requirements.

Fixed in #69