-
Improvement
-
Resolution: Won't Do
-
Minor
-
None
-
3.0
-
MOODLE_30_STABLE
When a change is made to oci_native_moodle_package.sql title, after a version bump, the script is not run again. Further, I don't believe the site admin is givin any indication that this file has changed.
In order to use any fix provided by modification to this file, the site admin either has to reinstall moodle, or manually run the sql script. Neither of these are ideal IMO.
As far as I can tell, the script is installed from oci_native_moodle_database.php title in the connect method. This seems like a strange place to do it to me.
I would suggest something like making a call to
{oci_native_moodle_database::attempt_oci_pacakge_install}in the moodle install script so that when a version bump happens, the package gets updated.
- Discovered while testing
-
MDL-43816 Glossary Full Text Search throws ORA-06502: PL/SQL: numeric or value error: character string buffer too small
-
- Closed
-