1
0
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:
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

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