MDL-17491 oracle native driver - now defaulting to it! B-)
This commit is contained in:
+7
-1
@@ -234,11 +234,17 @@ function setup_DB() {
|
||||
case 'mssql_n':
|
||||
$CFG->dbtype = 'mssql';
|
||||
// continue, no break here
|
||||
|
||||
case 'mssql':
|
||||
$CFG->dblibrary = 'native';
|
||||
break;
|
||||
|
||||
case 'oci8po':
|
||||
$CFG->dbtype = 'oci';
|
||||
// continue, no break here
|
||||
case 'oci':
|
||||
$CFG->dblibrary = 'native';
|
||||
break;
|
||||
|
||||
case 'mysql' :
|
||||
if (!extension_loaded('mysqli')) {
|
||||
$CFG->dblibrary = 'adodb';
|
||||
|
||||
Reference in New Issue
Block a user