This commit is contained in:
parent
cc56542d11
commit
33fecefdb6
@ -218,6 +218,7 @@ class Doctrine_Manager extends Doctrine_Configurable implements Countable, Itera
|
||||
$this->_connections[$name] = new Doctrine_Connection_Pgsql($this, $adapter);
|
||||
break;
|
||||
case 'oci':
|
||||
case 'oci8':
|
||||
case 'oracle':
|
||||
$this->_connections[$name] = new Doctrine_Connection_Oracle($this, $adapter);
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user