We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents abafca7 + 9c907ac commit e1cb77cCopy full SHA for e1cb77c
Readme.md
@@ -147,7 +147,7 @@ When establishing a connection, you can set the following options:
147
* `queryFormat`: A custom query format function. See [Custom format](#custom-format).
148
* `debug`: Prints protocol details to stdout. (Default: `false`)
149
* `multipleStatements`: Allow multiple mysql statements per query. Be careful
150
- with this, it exposes you to SQL injection attacks. (Default: `false)
+ with this, it exposes you to SQL injection attacks. (Default: `false`)
151
* `flags`: List of connection flags to use other than the default ones. It is
152
also possible to blacklist default ones. For more information, check [Connection Flags](#connection-flags).
153
0 commit comments