-
Improvement
-
Resolution: Fixed
-
Minor
-
4.0
-
Oracle
-
MOODLE_400_STABLE
-
MOODLE_401_STABLE
-
We added sql_group_concat support to the DML drivers in MDL-52817 (docs)
This issue is to investigate support for the same, but with DISTINCT. The current implementation of the same aggregation method in Report builder (MDL-72663) is only supported in MySQL & Postgres
Edit see MDL-71747, the bump to minimum version requirements should allow us to support this in Oracle fully (still no native support in SQL Server)
Determine whether similar support could exist in other supported DB's, and the minimum version required in each to do so, then move the aggregation code from Report builder to the DML drivers