Remove parameters and types unset after statement execution

parent 61a01133
......@@ -170,9 +170,6 @@ class Statement implements IteratorAggregate, DriverStatement
$logger->stopQuery();
}
$this->params = [];
$this->types = [];
return $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