Skip to content

Commit 416bd11

Browse files
committed
README: Add note on discarded results
1 parent 023343e commit 416bd11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ Valid Values: true, false
227227
Default: false
228228
```
229229

230-
Allow multiple statements in one query. While this allows batch queries, it also greatly increases the risk of SQL injections.
230+
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.
231231

232232

233233
##### `parseTime`

0 commit comments

Comments
 (0)