You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes Criteria queries that use Restrictions.Not with an aggregate projection (NH-2869)
Using Restrictions.Not (NHibernate.Criterion.NotExpression) with an aggregate projection were generating incorrect SQL: putting the expression in the WHERE clause instead of the HAVING clause.
0 commit comments