File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -580,7 +580,9 @@ if ($db->getAttribute(PDO::ATTR_DRIVER_NAME) == 'mysql') {
580
580
</term >
581
581
<listitem >
582
582
<simpara >
583
- Forces all values fetched to be treated as strings.
583
+ Forces all fetched values (except &null; ) to be treated as strings.
584
+ &null; values remain unchanged unless <constant >PDO::ATTR_ORACLE_NULLS</constant >
585
+ is set to <constant >PDO::NULL_TO_STRING</constant >.
584
586
</simpara >
585
587
</listitem >
586
588
</varlistentry >
Original file line number Diff line number Diff line change 136
136
<term ><constant >PDO::ATTR_STRINGIFY_FETCHES</constant ></term >
137
137
<listitem >
138
138
<para >
139
- Whether to convert numeric values to strings when fetching.
140
- Takes a value of type <type >bool</type >: &true; to enable and
141
- &false; to disable. <!-- By default, ??? TODO. -->
139
+ Controls whether fetched values (except &null; ) are converted to strings.
140
+ Takes a value of type <type >bool</type >: &true; to enable and &false; to
141
+ disable (default).
142
+ &null; values remain unchanged unless <constant >PDO::ATTR_ORACLE_NULLS</constant >
143
+ is set to <constant >PDO::NULL_TO_STRING</constant >.
142
144
</para >
143
145
</listitem >
144
146
</varlistentry >
You can’t perform that action at this time.
0 commit comments