mirror of
https://github.com/dg/dibi.git
synced 2025-08-31 01:39:46 +02:00
+ untested Oracle driver
This commit is contained in:
@@ -40,7 +40,7 @@ class DibiPostgreDriver extends DibiDriver
|
||||
public function __construct($config)
|
||||
{
|
||||
if (empty($config['string'])) {
|
||||
throw new DibiException("Connection string must be specified (driver postgre)");
|
||||
throw new DibiException("Connection string must be specified");
|
||||
}
|
||||
|
||||
if (empty($config['type'])) $config['type'] = NULL;
|
||||
|
Reference in New Issue
Block a user