This commit is contained in:
2025-05-19 11:09:33 +08:00
parent 45b949747d
commit 555d160b40
+2 -1
View File
@@ -116,8 +116,9 @@ class Command extends Component
$prepare->execute($this->params);
var_dump($method);
$result = $method == 'rowCount' ? $prepare->rowCount() : $prepare->{$method}(PDO::FETCH_ASSOC);
// $prepare->closeCursor();
$prepare->closeCursor();
$this->connection->println($startTime, microtime(true), $this->sql, $this->params);