修正Connection类

This commit is contained in:
thinkphp
2016-06-14 14:49:24 +08:00
parent b15f411ae3
commit 09a7b91fef

View File

@@ -94,7 +94,7 @@ abstract class Connection
// 是否严格检查字段是否存在
'fields_strict' => true,
// 数据集返回类型
'resultset_type' => Db::RESULTSET_ARRAY,
'resultset_type' => 'array',
// 自动写入时间戳字段
'auto_timestamp' => false,
// 是否需要进行SQL性能分析