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
Currently, for any relation automatically apply group by for pk key $this->groupBy($baseTable.'.'.$basePrimaryKey);
so counting not possible without hooks in this situation
maybe add some flags for grouping on joins?
currently exist condition for count($relations) > 1
but by default relations adding like that $relations.'.FAKE_FIELD' and count always more than 1
The text was updated successfully, but these errors were encountered:
Currently, for any relation automatically apply group by for pk key
$this->groupBy($baseTable.'.'.$basePrimaryKey);
so counting not possible without hooks in this situation
maybe add some flags for grouping on joins?
currently exist condition for
count($relations) > 1
but by default relations adding like that
$relations.'.FAKE_FIELD'
and count always more than 1The text was updated successfully, but these errors were encountered: