-
Improvement
-
Resolution: Fixed
-
Minor
-
2.8
-
MOODLE_28_STABLE
-
MOODLE_28_STABLE
-
for some reason in MDL-31625 Oracle was left out as database not supporting REPLACE function but it does.
Either:
- Implement oci_native_moodle_database::replace_all_text_supported() to return true
- Remove the function replace_all_text_supported() and all of it's usages (leave it in moodle_database as returning true)
Make sure all unittests pass on oracle