This commit is contained in:
2026-07-06 21:21:08 +08:00
parent 008e6ababa
commit efb3077bec
-1
View File
@@ -177,7 +177,6 @@ class Command extends Component
try {
$startTime = microtime(true);
if (($prepare = $client->prepare($this->sql)) === false) {
var_dump($prepare->errorInfo());
throw new Exception('(' . $prepare->errorInfo()[0] . ')' . $prepare->errorInfo()[2]);
}