Details
Description
The following query fails with Cannot group by undefined identification variable (yes CAST-Function was added). Would be nice to have such a feature,
SELECT ... FROM Task t ... WHERE ... GROUP BY CAST(t.scheduledDate as date)
The following query fails with Cannot group by undefined identification variable (yes CAST-Function was added). Would be nice to have such a feature,
SELECT ... FROM Task t ... WHERE ... GROUP BY CAST(t.scheduledDate as date)
This is documented in the EBNF of DQL that this not works.
Marked as improvement.