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 tried to make a query grouping by month, using fragment and date_trunc, it works with Repo.all() but with Repo.paginate() I get expected at most one result but got 2 in query:
The text was updated successfully, but these errors were encountered:
I had a similar problem than this guy.
I tried to make a query grouping by month, using fragment and date_trunc, it works with Repo.all() but with Repo.paginate() I get
expected at most one result but got 2 in query:
The text was updated successfully, but these errors were encountered: