-
Improvement
-
Resolution: Fixed
-
Minor
-
4.1.6, 4.2.3, 4.3
-
MOODLE_401_STABLE, MOODLE_402_STABLE, MOODLE_403_STABLE
-
MOODLE_404_STABLE
-
Allmost all the $DB methods come in predicatable sets, like
- get_records
- get_records_select
- get_records_sql
For some reason, for get_fieldset, we only have
- get_fieldset_select
- get_fieldset_sql
This lack was just felt again in MDL-79639, so I decided to do something about it.
- is blocked by
-
MDL-79639 Deadlock while running adhoc task quiz_statistics\task\recalculate
-
- Closed
-