Skip to content

Commit 1fca743

Browse files
committed
Merge pull request #431 from arnehormann/fix-426
document multiStatement parameter restriction, fixes #426
2 parents 44e7035 + 922457a commit 1fca743

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,8 @@ Default: false
231231

232232
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.
233233

234+
When `multiStatements` is used, `?` parameters must only be used in the first statement.
235+
234236

235237
##### `parseTime`
236238

0 commit comments

Comments
 (0)