1.5.2: html functions, DB Row Iterator, and more
This commit is contained in:
@@ -92,6 +92,9 @@ class PostgreSQL extends SQL {
|
||||
return $lastError;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return mixed
|
||||
*/
|
||||
protected function execute($query, $values = NULL, int $fetchType = self::FETCH_NONE) {
|
||||
|
||||
$this->lastError = "";
|
||||
|
||||
Reference in New Issue
Block a user