From b2c8160314f0718805dcaedb7db2e5af0b01865b Mon Sep 17 00:00:00 2001 From: whwyy Date: Fri, 26 Apr 2024 17:01:25 +0800 Subject: [PATCH] eee --- Command.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Command.php b/Command.php index 2b5161e..9d7fee1 100644 --- a/Command.php +++ b/Command.php @@ -160,7 +160,6 @@ class Command extends Component { $client = $this->connection->getConnection(); try { - $this->connection->println($this->sql, $this->params); if (($prepare = $client->prepare($this->sql)) === false) { throw new Exception('(' . $prepare->errorInfo()[0] . ')' . $prepare->errorInfo()[2]); }