more debugging info on failed schema.php runSqlSet
This commit is contained in:
parent
6b717a6a69
commit
0e6b80ded3
@ -535,6 +535,7 @@ class Schema
|
|||||||
$res = $this->conn->query($sql);
|
$res = $this->conn->query($sql);
|
||||||
|
|
||||||
if ($_PEAR->isError($res)) {
|
if ($_PEAR->isError($res)) {
|
||||||
|
common_debug('PEAR exception on query: '.$sql);
|
||||||
PEAR_ErrorToPEAR_Exception($res);
|
PEAR_ErrorToPEAR_Exception($res);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user