eee
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user