diff --git a/Command.php b/Command.php index cbb8e52..b51763c 100644 --- a/Command.php +++ b/Command.php @@ -117,7 +117,7 @@ class Command extends Component $prepare->execute($this->params); $result = $method == 'rowCount' ? $prepare->rowCount() : $prepare->{$method}(PDO::FETCH_ASSOC); - $prepare->closeCursor(); +// $prepare->closeCursor(); $this->connection->println($startTime, microtime(true), $this->sql, $this->params);