GroupBy WEEK
, MONTH
and YEAR
doesn't work for postgres.
#163
Labels
enhancement
New feature or request
WEEK
, MONTH
and YEAR
doesn't work for postgres.
#163
Is your feature request related to a problem? Please describe.
Currently grouping by week, month or year only works for MySQL, could we also get this to work for postgres as well?
Have you read the Contributing Guidelines?
No
Describe the solution you'd like
It'd be nice if group by time periods also worked for postgres as well.
Describe alternatives you've considered
None. Looks like I'll need to create a resolver.
Additional context
Currently that's what the code looks like today, all functions afaik, are MySQL specific.
The text was updated successfully, but these errors were encountered: