sebastienros / yessql

A .NET document database working on any RDBMS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

There is no easy way to add multiple Having clause in the SqlBuilder

MikeAlhayek opened this issue · comments

If you need to add multiple Having clause to a query, there is no way of detecting if there is already a having clause or not.

Just like we have WhereAnd and WhereOr we should also have HavingAnd and HavingOr.