diff --git a/README.md b/README.md index 3adedc6a5..c64aae264 100644 --- a/README.md +++ b/README.md @@ -231,6 +231,8 @@ Default: false Allow multiple statements in one query. While this allows batch queries, it also greatly increases the risk of SQL injections. Only the result of the first query is returned, all other results are silently discarded. +When `multiStatements` is used, `?` parameters must only be used in the first statement. + ##### `parseTime`