Commit 33fecefd authored by zYne's avatar zYne

--no commit message

--no commit message
parent cc56542d
...@@ -218,6 +218,7 @@ class Doctrine_Manager extends Doctrine_Configurable implements Countable, Itera ...@@ -218,6 +218,7 @@ class Doctrine_Manager extends Doctrine_Configurable implements Countable, Itera
$this->_connections[$name] = new Doctrine_Connection_Pgsql($this, $adapter); $this->_connections[$name] = new Doctrine_Connection_Pgsql($this, $adapter);
break; break;
case 'oci': case 'oci':
case 'oci8':
case 'oracle': case 'oracle':
$this->_connections[$name] = new Doctrine_Connection_Oracle($this, $adapter); $this->_connections[$name] = new Doctrine_Connection_Oracle($this, $adapter);
break; break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment