Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
3.0.4, 3.1
-
None
-
PostgreSQL
-
MOODLE_30_STABLE, MOODLE_31_STABLE
-
MDL-54821-master
-
Easy
Description
All the drivers except for postgres use array_change_key_case($row, CASE_LOWER) to ensure the keys in the result are lowercase, postgres doesn't. It's a rather minor bug but may cause some plugins developed against pg to fail against other databases (like mine did).