You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently validate that the number of args passed matches the number of parameters for the query. When using prepared statements, arguments do not need to be passed until the query is executed.
We currently validate that the number of args passed matches the number of parameters for the query. When using prepared statements, arguments do not need to be passed until the query is executed.
Example:
Expected: a
stmt
is returnedActual:
err
not enough query arguments
is returnedThe text was updated successfully, but these errors were encountered: