From 555d160b408ecae34eb443c80c700ab19856e22a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Mon, 19 May 2025 11:09:33 +0800 Subject: [PATCH] eee --- Command.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Command.php b/Command.php index b51763c..55af090 100644 --- a/Command.php +++ b/Command.php @@ -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);