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`)
213213* ` dateStrings ` : Force date types (TIMESTAMP, DATETIME, DATE) to be returned as strings rather then
214214 inflated into JavaScript Date objects. Can be ` true ` /` false ` or an array of type names to keep as
215215 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 ` )
217218* ` trace ` : Generates stack traces on ` Error ` to include call site of library
218219 entrance ("long stack traces"). Slight performance penalty for most calls.
219220 (Default: ` true ` )
You can’t perform that action at this time.
0 commit comments