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
I've reproduced a bug where dm-aggregates would not generate a GROUP BY clause to remove duplicate entries when counting a has n, :through relationship, thus resulting in inflated numbers.
I've reproduced a bug where dm-aggregates would not generate a
GROUP BYclause to remove duplicate entries when counting ahas n, :throughrelationship, thus resulting in inflated numbers.