mirror of
https://github.com/dg/dibi.git
synced 2025-08-06 14:16:39 +02:00
+ untested Oracle driver
This commit is contained in:
@@ -34,7 +34,7 @@ class DibiSqliteDriver extends DibiDriver
|
||||
public function __construct($config)
|
||||
{
|
||||
if (empty($config['database'])) {
|
||||
throw new DibiException("Database must be specified (driver sqlite)");
|
||||
throw new DibiException("Database must be specified");
|
||||
}
|
||||
|
||||
if (!isset($config['mode'])) $config['mode'] = 0666;
|
||||
|
Reference in New Issue
Block a user