Pluf Framework

Pluf Framework Commit Details


Date:2009-01-21 10:06:55 (15 years 11 months ago)
Author:Loic d'Anterroches
Branch:develop, master
Commit:4d61f0e17fe996799cf0875af7a8360461d91ed1
Parents: 43f2e3b1e3ee0671284d3c2a146a6abff8578dfe
Message:Added the tracking of the search path.

Changes:

File differences

src/Pluf/DB/PostgreSQL.php
6565
6666
6767
68
69
70
71
72
6873
6974
7075
......
198203
199204
200205
206
201207
202208
203209
*/
private $cur = null;
/**
* Current search path.
*/
public $search_path = 'public';
function __construct($user, $pwd, $server, $dbname, $pfx='', $debug=false)
{
Pluf::loadFunction('Pluf_DB_defaultTypecast');
throw new Exception('The search path: "'.$search_path.'" is not valid.');
}
$this->execute('SET search_path TO '.$search_path);
$this->search_path = $search_path;
return true;
}

Archive Download the corresponding diff file

Branches

Tags

Number of commits:
Page rendered in 0.05959s using 13 queries.