mirror of
https://github.com/dg/dibi.git
synced 2025-08-13 01:24:06 +02:00
- added DibiTable magic fetch
- fixed some bugs
This commit is contained in:
@@ -89,7 +89,7 @@ class DibiPostgreDriver extends DibiObject implements IDibiDriver
|
||||
}
|
||||
|
||||
DibiDriverException::tryError();
|
||||
if (isset($config['persistent'])) {
|
||||
if (empty($config['persistent'])) {
|
||||
$this->connection = pg_connect($string, PGSQL_CONNECT_FORCE_NEW);
|
||||
} else {
|
||||
$this->connection = pg_pconnect($string, PGSQL_CONNECT_FORCE_NEW);
|
||||
|
Reference in New Issue
Block a user