We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6038c9 commit 5df6de7Copy full SHA for 5df6de7
Readme.md
@@ -200,7 +200,7 @@ When establishing a connection, you can set the following options:
200
* `connectTimeout`: The milliseconds before a timeout occurs during the initial connection
201
to the MySQL server. (Default: `10000`)
202
* `stringifyObjects`: Stringify objects instead of converting to values. See
203
-issue [#501](https://github.com/mysqljs/mysql/issues/501). (Default: `'false'`)
+issue [#501](https://github.com/mysqljs/mysql/issues/501). (Default: `false`)
204
* `insecureAuth`: Allow connecting to MySQL instances that ask for the old
205
(insecure) authentication method. (Default: `false`)
206
* `typeCast`: Determines if column values should be converted to native
0 commit comments