From 922457ad48a2381d4751bc4ea6dc13bb68ca3788 Mon Sep 17 00:00:00 2001 From: Arne Hormann Date: Tue, 1 Mar 2016 14:00:25 +0100 Subject: [PATCH] document multiStatement parameter restriction, fixes #426 --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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`