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
{{ message }}
This repository has been archived by the owner on Apr 16, 2022. It is now read-only.
Normally UnionModel can be grouped using a built-in method already. Even though the query seems fine, it produces the following error:
error: "SQLSTATE[HY000]: General error: 1111 Invalid use of group function" (further reported in #8)
It appears that generated SQL query is invalid containing:
Normally sum() must have an argument. The aggregation is defined:
And this is defined in a UnionModel:
The text was updated successfully, but these errors were encountered: