Improve DEBUG

This commit is contained in:
sparkyx 2023-02-17 23:45:05 +01:00
parent 9e2a63c718
commit 60f67b99bf

View file

@ -204,7 +204,9 @@ class DatabaseCore
echo $a->getTraceAsString();
echo pg_last_error($this->db);
}
record_log($a->getTraceAsString());
record_log($a);
record_log($p_string);
record_log($p_array);
$this->rollback();
throw ($a);