This commit is contained in:
2026-01-11 19:57:24 +08:00
parent b1d2c0fb51
commit 0f01416351
+1 -1
View File
@@ -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();