We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ccdeb2 commit fd02539Copy full SHA for fd02539
doc.md
@@ -119,6 +119,10 @@ Any parameters past the first argument will be bound to the statement. When you
119
pass parameters, the function under the hood instead uses the prepared statement
120
API.
121
122
+Note that when the prepared statement API is used, this method only supports one
123
+statement at a time. You cannot execute multiple statements AND pass parameters
124
+at the same time.
125
+
126
See [Binding Parameters](#binding-parameters) for more details.
127
128
Alternatively, use the `.sql` tagged template to safely execute SQL with given
0 commit comments