We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1ecb5df + d13a353 commit 5497e0dCopy full SHA for 5497e0d
1 file changed
MysqliDb.php
@@ -335,6 +335,7 @@ public function rawQuery ($query, $bindParams = null)
335
}
336
337
$stmt->execute();
338
+ $this->count = $stmt->affected_rows;
339
$this->_stmtError = $stmt->error;
340
$this->_lastQuery = $this->replacePlaceHolders ($this->_query, $params);
341
$res = $this->_dynamicBindResults($stmt);
0 commit comments