Skip to content

Commit 922457a

Browse files
committed
document multiStatement parameter restriction, fixes #426
1 parent 44e7035 commit 922457a

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)