-
Sub-task
-
Resolution: Fixed
-
Minor
-
2.2
-
Any
-
MOODLE_22_STABLE
-
MOODLE_23_STABLE
-
w13_
MDL-32029_m23_extdb -
-
In all the functions get_tables in lib/dml/*_database.php is a function named get_tables that returns the name of all the databases.
If you want to connecto to an external table and want to know the name of the tables in the structure and this external database does not have a prefix, the function returns nothing but lots of warnings like this:
Warning: strpos() [function.strpos]: Empty delimiter in /moodle/lib/dml/pgsql_native_moodle_database.php on line 294
|