MDL-19474 One year and a half ago we started designing and implementing our new databse abstraction layer which included brand new moodle native drivers. Today we are finally removing old legacy drivers that were still using adodb internally. From now on the adodb will be used only in some authentication and enrolment plugins, we are probably going to drop adodb there too later in 2.x. Thanks everybody who helped test and improve our new drivers, even bigger thanks to all the great developers who created ADOdb!
This commit is contained in:
@@ -71,7 +71,7 @@ class pgsql_native_moodle_database extends moodle_database {
|
||||
/**
|
||||
* Returns general database library name
|
||||
* Note: can be used before connect()
|
||||
* @return string db type adodb, pdo, native
|
||||
* @return string db type pdo, native
|
||||
*/
|
||||
protected function get_dblibrary() {
|
||||
return 'native';
|
||||
|
||||
Reference in New Issue
Block a user