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
I don't think we have any special offering to handle this, but you can manually create the string yourself and hand it to rxjava-jdbc. We can maybe add this to the api but someone other than me would have to contribute it (due to being busy!).
for example:
select * from u where id in(:ids)
=>
when using paramater(p1,p2), i can get a query string like "select * from user where id in(1,3,5)"
Thanks~
The text was updated successfully, but these errors were encountered: