René Kreijveld

Results 1 comments of René Kreijveld

Why not do it the same as in PgsqlDriver.php? ```php // Set the query and execute the update. $this->setQuery(sprintf($statement, implode(',', $fields), implode(' AND ', $where))); return $this->execute(); ``` If execute()...