Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.0.0-BETA3
-
Component/s: None
-
Labels:None
-
Environment:MacOS X 10.5, PHP 5.3.2
Description
I get an E_STRICT error in Doctrine\DBAL\Driver\OCI8\Driver::_constructDsn() because I forgot to set a 'dbname' key in the params array to Doctrine\DBAL\DriverManager.
My Doctrine is a svn checkout, from 2.0.0-beta1 tag.
A patch is attached (patch -p0 < patch.diff on project root).
is specifying the database name optional during connection to oracle databases? otherwise we could also throw an exception.