MDL-56251 format_weeks: Cannot group by TEXT in Oracle
commitb7b97f1d72ceaab8bd296193c314d5cde083301c
authorEloy Lafuente (stronk7) <stronk7@moodle.org>
Sun, 7 May 2017 14:10:04 +0000 (7 16:10 +0200)
committerMark Nelson <markn@moodle.com>
Mon, 8 May 2017 05:27:50 +0000 (8 13:27 +0800)
tree1034b4e7fa631db70ae169a5a6f123fcdc08be20
parent1d5a3664888af0666f6dc3413f814243ea0b09a5
MDL-56251 format_weeks: Cannot group by TEXT in Oracle

Perform the grouping in subquery and later
simply join with the table containing the TEXT col.
course/format/weeks/lib.php