* Add en comment.

This commit is contained in:
qixinzhi
2023-11-15 16:15:00 +08:00
parent 16e087c611
commit 7a5cd6fd40
+2
View File
@@ -1500,8 +1500,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)
{