Commit ca4fba1e authored by Jim Cottrell's avatar Jim Cottrell

Reset Statement's stored type information after execute

parent 781ff38e
...@@ -140,6 +140,7 @@ class Statement implements \IteratorAggregate, DriverStatement ...@@ -140,6 +140,7 @@ class Statement implements \IteratorAggregate, DriverStatement
$logger->stopQuery(); $logger->stopQuery();
} }
$this->params = array(); $this->params = array();
$this->types = array();
return $stmt; 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