add sql_no_exception config

This commit is contained in:
whale 2020-06-13 10:17:14 +08:00
parent af89c1b1f6
commit 5fd45c2542

View File

@ -42,7 +42,8 @@ $config['sql_config'] = [
'sql_options' => [
PDO::ATTR_STRINGIFY_FETCHES => false,
PDO::ATTR_EMULATE_PREPARES => false
]
],
'sql_no_exception' => false
];
/** CQHTTP连接约定的token */