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
This library does not support any builders for safely constructing an in-clause. You can go with the way that you mentioned. I would suggest accepting only ID values, not arbitrary values passed by the method caller.
Hi there,
Is there a right way to pass a list of parameters to an sql query?
select * from table where id in ( 'a', 'list', 'of', 'ids' )
Now I prepare a variable as String, but it looks unsecure.
The text was updated successfully, but these errors were encountered: