Changeset 1114
- Timestamp:
- 10/10/08 10:14:43 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0.x/lib/jelix/plugins/db/pgsql/pgsql.dbconnection.php
r1088 r1114 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;
