mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-02 14:25:38 +08:00
add sql_no_exception config
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user