MDL-14679 fixing obsolete driver names in comments
This commit is contained in:
@@ -65,7 +65,7 @@ class pgsql_native_moodle_database extends moodle_database {
|
||||
/**
|
||||
* Returns more specific database driver type
|
||||
* Note: can be used before connect()
|
||||
* @return string db type mysql, pgsql, postgres7
|
||||
* @return string db type mysqli, pgsql, oci, mssql, sqlsrv
|
||||
*/
|
||||
protected function get_dbtype() {
|
||||
return 'pgsql';
|
||||
|
||||
Reference in New Issue
Block a user