courses.py
23.6 KB
-
Fixing MySQL GROUP_CONCAT() Issues · 3be0074a
The group_concat_max_len value needs to be increased for some courses. This value is specific to MySQL (as opposed to SQLite run locally), so the DB vendor must be compared to ensure the new code only runs for MySQL databases.
Clinton Blackburn committed