developer.jelix.org is not used any more and exists only for
history. Post new tickets on the Github account.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
Ticket #711: pg_query.patch
File pg_query.patch, 578 bytes (added by analogue, 12 years ago) |
---|
-
lib/jelix/plugins/db/pgsql/pgsql.dbconnection.php
119 119 } 120 120 121 121 protected function _doQuery ($queryString){ 122 if ($qI = pg_query ($this->_connection, $queryString)){122 if ($qI = @pg_query ($this->_connection, $queryString)){ 123 123 $rs= new pgsqlDbResultSet ($qI); 124 124 $rs->_connector = $this; 125 125 }else{