compilatio / moodle-plagiarism_compilatio

Compilatio.net plagiarism plugin for Moodle
4 stars 9 forks source link

Moodle warnings displayed when deleting a course #95

Closed jboulen closed 3 months ago

jboulen commented 9 months ago

When deleting a course, the following message may appear:

++ Did you remember to make the first column something unique in your call to get_records? Duplicate value '181634' found in column 'cm'. ++

It seems to be an issue with this SQL request.

Adding a DISTINCT keyword should remove these warnings.

jboulen commented 3 months ago

Can be closed. Fixed by 76773b7.