From 33fecefdb6c7e105d0979757a80420a6fe9b53d4 Mon Sep 17 00:00:00 2001 From: zYne Date: Tue, 5 Jun 2007 17:56:04 +0000 Subject: [PATCH] --- lib/Doctrine/Manager.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Doctrine/Manager.php b/lib/Doctrine/Manager.php index bdeb15ca8..aa6f9ca40 100644 --- a/lib/Doctrine/Manager.php +++ b/lib/Doctrine/Manager.php @@ -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;