turnitin / moodle-plagiarism_turnitinsim

7 stars 9 forks source link

Use file API for backups #173

Open jack-tii opened 1 week ago

jack-tii commented 1 week ago

We are getting issues (such as #163) where illegal collation is causing adhoc tasks to fail. One possible solution to avoid a possible illegal collation would be to grab the file using the file API instead.

This method does add unnecessary database reads, so perhaps would be better to use another approach. Possibly enforcing collation?