1
0
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:
David Grudl
2007-10-02 08:20:36 +00:00
parent ccea418c34
commit eb5b3d9756
7 changed files with 242 additions and 9 deletions

View File

@@ -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;