Commit af809c55 authored by Alexander Butenko's avatar Alexander Butenko

Fix #210 empty getLastQuery after rawQuery() execution

parent 76f43dd3
......@@ -237,6 +237,7 @@ class MysqliDb
$stmt->execute();
$this->_stmtError = $stmt->error;
$this->_lastQuery = $this->replacePlaceHolders ($this->_query, $bindParams);
$this->reset();
return $this->_dynamicBindResults($stmt);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment