From 0f014163518c79b7b52439a55ec62dc33ad4591d Mon Sep 17 00:00:00 2001 From: whwyy Date: Sun, 11 Jan 2026 19:57:24 +0800 Subject: [PATCH] eee --- Command.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Command.php b/Command.php index 289bba0..289f25e 100644 --- a/Command.php +++ b/Command.php @@ -164,7 +164,7 @@ class Command extends Component throw new Exception('(' . $prepare->errorInfo()[0] . ')' . $prepare->errorInfo()[2]); } - var_dump($prepare->errorInfo(), $client->lastInsertId()); + var_dump($client->inTransaction(), $prepare->errorInfo(), $client->lastInsertId()); $prepare->closeCursor();