-
Bug
-
Resolution: Fixed
-
Major
-
None
-
1.9
-
None
-
Oracle
-
MOODLE_19_STABLE
ADODB forces all the fields in a query result object to be upper-case with the Oracle driver. During the setup_enrolments() method, the database enrolment plug-in is specifically looking for a field name ("enrolremotecoursefield") using lower-case when synchronizing user enrolments during login. This is perhaps a problem with the Oracle ADODB driver but as a fix for the enrolment plug-in, I have a patch here that works which looks for the field name in either lower or upper-case.
- will be (partly) resolved by
-
MDL-15175 Moodle 1.8.2 db authentication not retrieving data.
- Closed