-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
-
4.3
-
Microsoft SQL
-
MOODLE_403_STABLE
We currently can only perform DISTINCT [GROUP_CONCAT|STRING_AGG] aggregation on MySQL, Postgres & Oracle (reference)
Oracle support was only recently added in MDL-72722. This issue is to investigate support for SQL Server - at which point the current implementation specific to Report builder can be moved into the DML drivers themselves to live alongside the sql_group_concat() API we added in MDL-52817
Here are some references: