mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-03-18 05:04:51 +08:00
add sql_no_exception config
This commit is contained in:
parent
af89c1b1f6
commit
5fd45c2542
@ -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 */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user