Improve DEBUG
This commit is contained in:
parent
9e2a63c718
commit
60f67b99bf
1 changed files with 3 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue