* Add en comment.
This commit is contained in:
@@ -1480,8 +1480,10 @@ class baseDAO
|
||||
|
||||
$sql = $this->sqlobj->get();
|
||||
$message .= "<p>The sql is: $sql</p>";
|
||||
|
||||
/*
|
||||
* 如果开启了将sql错误作为异常抛出,那么拦截sql错误,不触发错误。
|
||||
* If throwing sql errors as exceptions is enabled, sql errors are intercepted and not triggered.
|
||||
*/
|
||||
if($this->app->throwError)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user