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
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
It is currently not possible to use the allowMultiQueries option in MySqlConnectionConfiguration.
Describe the solution you'd like
Please add an option to specify allowMultiQueries in ConnectionFactoryOptions or MySqlConnectionConfiguration.
Additional context
Add any other context or screenshots about the feature request here.
Even now, multi queries are supported when using client-side prepared queries(default).
Do you perhaps not want to allow multi queries? Could you please explain your use case in more detail?
You're safe from SQL injection when you write static SQL and bind parameters using Statement#bind. However, in case you find any vulnerabilities, please report them via security.
That said, you make a valid point—utilizing the allowMultiQueries flag can help reduce the attack surface.
Thanks!
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
It is currently not possible to use the
allowMultiQueries
option inMySqlConnectionConfiguration
.Describe the solution you'd like
Please add an option to specify
allowMultiQueries
inConnectionFactoryOptions
orMySqlConnectionConfiguration
.Additional context
Add any other context or screenshots about the feature request here.
Code Example:
The text was updated successfully, but these errors were encountered: