Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to use paramater(p1,p2) #90

Open
superzhangzl opened this issue Sep 5, 2018 · 2 comments
Open

how to use paramater(p1,p2) #90

superzhangzl opened this issue Sep 5, 2018 · 2 comments

Comments

@superzhangzl
Copy link

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~

@davidmoten
Copy link
Owner

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!).

@superzhangzl
Copy link
Author

thank you for your reply,i‘m trying to this problem in another way。if i have a good idea,i ’ll write in this issue。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants