pg connector fix
git-svn-id: svn+ssh://code.netmonsters.ru/svn/majestic/branches/legacy@85 4cb57b5f-5bbd-dd11-951b-001d605cbbc5
This commit is contained in:
@ -89,7 +89,7 @@ class DBConnector
|
|||||||
|
|
||||||
static public function getId($handler)
|
static public function getId($handler)
|
||||||
{
|
{
|
||||||
return pg_last_oid($handler);
|
return -1; //DISABLED FORM postgreSQL
|
||||||
}
|
}
|
||||||
|
|
||||||
static public function autocommit($handler, $switch)
|
static public function autocommit($handler, $switch)
|
||||||
|
Reference in New Issue
Block a user