1
0
mirror of synced 2025-01-18 22:41:43 +03:00
This commit is contained in:
zYne 2007-06-05 17:56:04 +00:00
parent cc56542d11
commit 33fecefdb6

View File

@ -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;