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();