-
Bug
-
Resolution: Fixed
-
Minor
-
3.10.6, 3.11.1, 4.0, 4.0.6, 4.1.1
-
Oracle
-
MOODLE_310_STABLE, MOODLE_311_STABLE, MOODLE_400_STABLE, MOODLE_401_STABLE
-
MOODLE_400_STABLE, MOODLE_401_STABLE
-
MDL-72182-401 -
Resetting dashboards does not fully on oracle - it deletes the records in my_pages table but does not delete block instances, leaving them orphaned
We found it in Workplace by writing proper unittest for tenant dashboard reset and then they failed. We realised that the tests for resetting user dashboard in LMS are not testing functionality (only events), so they did not detect this problem.
There is no method to cast int to char in our DML, the code uses $DB->sql_concat("''", 'p.id') that apparently does not work in oracle
- has to be done after
-
MDL-72184 Create DML method "cast int to char"
-
- Closed
-