1
0
mirror of synced 2025-01-18 22:41:43 +03:00
This commit is contained in:
zYne 2007-01-16 19:41:39 +00:00
parent 9524b03393
commit 729bba8755

View File

@ -293,6 +293,7 @@ class Doctrine_Db implements Countable, IteratorAggregate, Doctrine_Adapter_Inte
case 'firebird':
case 'pgsql':
case 'odbc':
case 'mock':
if ( ! isset($parts['path']) || $parts['path'] == '/') {
throw new Doctrine_Db_Exception('No database availible in data source name');
}