Skip to content

Commit

Permalink
去掉一些属性
Browse files Browse the repository at this point in the history
  • Loading branch information
onanying committed Nov 28, 2017
1 parent 7f42ba5 commit 8b9104b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions application/index/config/main_console.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,6 @@
'attribute' => [
// 设置默认的提取模式: \PDO::FETCH_OBJ | \PDO::FETCH_ASSOC
\PDO::ATTR_DEFAULT_FETCH_MODE => \PDO::FETCH_ASSOC,
// 转换 NULL 和空字符串(在所有驱动中都可用,不仅限于Oracle)
\PDO::ATTR_ORACLE_NULLS => \PDO::NULL_NATURAL,
// 强制列名为指定的大小写
\PDO::ATTR_CASE => \PDO::CASE_NATURAL,
],
],

Expand Down
4 changes: 0 additions & 4 deletions application/index/config/main_traditional.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,6 @@
'attribute' => [
// 设置默认的提取模式: \PDO::FETCH_OBJ | \PDO::FETCH_ASSOC
\PDO::ATTR_DEFAULT_FETCH_MODE => \PDO::FETCH_ASSOC,
// 转换 NULL 和空字符串(在所有驱动中都可用,不仅限于Oracle)
\PDO::ATTR_ORACLE_NULLS => \PDO::NULL_NATURAL,
// 强制列名为指定的大小写
\PDO::ATTR_CASE => \PDO::CASE_NATURAL,
],
],

Expand Down
4 changes: 0 additions & 4 deletions application/index/config/main_web.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,6 @@
'attribute' => [
// 设置默认的提取模式: \PDO::FETCH_OBJ | \PDO::FETCH_ASSOC
\PDO::ATTR_DEFAULT_FETCH_MODE => \PDO::FETCH_ASSOC,
// 转换 NULL 和空字符串(在所有驱动中都可用,不仅限于Oracle)
\PDO::ATTR_ORACLE_NULLS => \PDO::NULL_NATURAL,
// 强制列名为指定的大小写
\PDO::ATTR_CASE => \PDO::CASE_NATURAL,
],
],

Expand Down

0 comments on commit 8b9104b

Please sign in to comment.