File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ issue [#501](https://github.com/mysqljs/mysql/issues/501). (Default: `false`)
221
221
objects only when they cannot be accurately represented with [ JavaScript Number objects] (http://ecma262-5.com/ELS5_HTML.htm#Section_8.5 )
222
222
(which happens when they exceed the [ -2^53, +2^53] range), otherwise they will be returned as
223
223
Number objects. This option is ignored if ` supportBigNumbers ` is disabled.
224
- * ` dateStrings ` : Force date types (TIMESTAMP, DATETIME, DATE) to be returned as strings rather then
224
+ * ` dateStrings ` : Force date types (TIMESTAMP, DATETIME, DATE) to be returned as strings rather than
225
225
inflated into JavaScript Date objects. Can be ` true ` /` false ` or an array of type names to keep as
226
226
strings. (Default: ` false ` )
227
227
* ` debug ` : Prints protocol details to stdout. Can be ` true ` /` false ` or an array of packet type names
You can’t perform that action at this time.
0 commit comments