sebastienros / yessql

A .NET document database working on any RDBMS
MIT License
1.17k stars 195 forks source link

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

Open MikeAlhayek opened 1 month ago

MikeAlhayek commented 1 month ago

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.