8000 docs: remove unnecessary issue reference from readme · mysqljs/mysql@c3c2068 · GitHub
[go: up one dir, main page]

Skip to content

Commit c3c2068

Browse files
committed
docs: remove unnecessary issue reference from readme
1 parent 6704bc6 commit c3c2068

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Readme.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,7 @@ When establishing a connection, you can set the following options:
217217
* `timezone`: The timezone configured on the MySQL server. This is used to type cast server date/time values to JavaScript `Date` object and vice versa. This can be `'local'`, `'Z'`, or an offset in the form `+HH:MM` or `-HH:MM`. (Default: `'local'`)
218218
* `connectTimeout`: The milliseconds before a timeout occurs during the initial connection
219219
to the MySQL server. (Default: `10000`)
220-
* `stringifyObjects`: Stringify objects instead of converting to values. See
221-
issue [#501](https://github.com/mysqljs/mysql/issues/501). (Default: `false`)
220+
* `stringifyObjects`: Stringify objects instead of converting to values. (Default: `false`)
222221
* `insecureAuth`: Allow connecting to MySQL instances that ask for the old
223222
(insecure) authentication method. (Default: `false`)
224223
* `typeCast`: Determines if column values should be converted to native

0 commit comments

Comments
 (0)
0