Skip to content

Commit 5df6de7

Browse files
tellnesdougwilson
authored andcommitted
docs: fix default value's documented type
closes #1509
1 parent c6038c9 commit 5df6de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ When establishing a connection, you can set the following options:
200200
* `connectTimeout`: The milliseconds before a timeout occurs during the initial connection
201201
to the MySQL server. (Default: `10000`)
202202
* `stringifyObjects`: Stringify objects instead of converting to values. See
203-
issue [#501](https://github.com/mysqljs/mysql/issues/501). (Default: `'false'`)
203+
issue [#501](https://github.com/mysqljs/mysql/issues/501). (Default: `false`)
204204
* `insecureAuth`: Allow connecting to MySQL instances that ask for the old
205205
(insecure) authentication method. (Default: `false`)
206206
* `typeCast`: Determines if column values should be converted to native

0 commit comments

Comments
 (0)