Skip to content

Commit 5497e0d

Browse files
committed
Merge pull request #326 from leolovenet/dev-leolovenet
Update MysqliDb.php
2 parents 1ecb5df + d13a353 commit 5497e0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MysqliDb.php

+1
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ public function rawQuery ($query, $bindParams = null)
335335
}
336336

337337
$stmt->execute();
338+
$this->count = $stmt->affected_rows;
338339
$this->_stmtError = $stmt->error;
339340
$this->_lastQuery = $this->replacePlaceHolders ($this->_query, $params);
340341
$res = $this->_dynamicBindResults($stmt);

0 commit comments

Comments
 (0)