File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -213,7 +213,8 @@ issue [#501](https://github.com/mysqljs/mysql/issues/501). (Default: `false`)
213
213
* ` dateStrings ` : Force date types (TIMESTAMP, DATETIME, DATE) to be returned as strings rather then
214
214
inflated into JavaScript Date objects. Can be ` true ` /` false ` or an array of type names to keep as
215
215
strings. (Default: ` false ` )
216
- * ` debug ` : Prints protocol details to stdout. (Default: ` false ` )
216
+ * ` debug ` : Prints protocol details to stdout. Can be ` true ` /` false ` or an array of packet type names
217
+ that should be printed. (Default: ` false ` )
217
218
* ` trace ` : Generates stack traces on ` Error ` to include call site of library
218
219
entrance ("long stack traces"). Slight performance penalty for most calls.
219
220
(Default: ` true ` )
You can’t perform that action at this time.
0 commit comments