Unverified Commit 6c217d5e authored by Sergei Morozov's avatar Sergei Morozov Committed by GitHub

Merge pull request #4162 from morozov/issues/4161

Remove parameters and types unset after statement execution
parents 61a01133 329aaf7d
......@@ -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