diff --git a/Database/Command.php b/Database/Command.php index 6f404ea5..7983fa43 100644 --- a/Database/Command.php +++ b/Database/Command.php @@ -177,6 +177,7 @@ class Command extends Component private function insert_or_change($isInsert, $hasAutoIncrement): bool|string|int { if (!($result = $this->initPDOStatement())) { + var_dump($result); return $result; } if ($isInsert === false) {