* Add en comment.

This commit is contained in:
qixinzhi
2023-11-14 16:55:38 +08:00
parent a6dee2b3c9
commit b4ebe635e1
+2
View File
@@ -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)
{