catalyst / moodle-tool_lockstats

Moodle cron / task API lock statistics admin tool
https://moodle.org/plugins/tool_lockstats
6 stars 13 forks source link

Fix#79 Make SQL compatible with MySQL #84

Closed garthwilliamson closed 4 years ago

garthwilliamson commented 4 years ago

Rewrite the SQL syntax for the Adhoc tasks summary to for compatiblity with MySQL. Previously it only worked with a postgres database.

Change-Id: I9a12fb75343b64738bdce3c4c55491e6404f4c15

garthwilliamson commented 4 years ago

Fixes #79

brendanheywood commented 4 years ago

@garthwilliamson this looks good. Can you please wrap a test around this? This should have been picked up in ci. Needs a rebase too (I've fixed the unrelated CI red)

Peterburnett commented 4 years ago

Merged in #97 . Closing