more debugging info on failed schema.php runSqlSet

This commit is contained in:
Mikael Nordfeldth 2015-05-27 20:21:05 +02:00
parent 6b717a6a69
commit 0e6b80ded3
1 changed files with 1 additions and 0 deletions

View File

@ -535,6 +535,7 @@ class Schema
$res = $this->conn->query($sql);
if ($_PEAR->isError($res)) {
common_debug('PEAR exception on query: '.$sql);
PEAR_ErrorToPEAR_Exception($res);
}
}