sqlkata / querybuilder

SQL query builder, written in c#, helps you build complex queries easily, supports SqlServer, MySql, PostgreSql, Oracle, Sqlite and Firebird
https://sqlkata.com
MIT License
3.08k stars 498 forks source link

Aggregate functions condition support added to Having Queries #624

Open sinanguc opened 1 year ago

sinanguc commented 1 year ago

Currently, SqlKata consumers have been using HavingRaw to aggregate functions in Having Queries.

I have been fixed this issue. Consumers can now use aggregate functions in Having Queries without using HavingRaw.