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

Query#wherish(clause, params) should also accept Enumerable(DB::Any) #86

Closed
vladfaust opened this issue Apr 2, 2019 · 0 comments
Closed
Assignees
Labels
bug Something isn't working
Projects
Milestone

Comments

@vladfaust
Copy link
Member

Use-case:

Model::User.where("id IN (#{ary.join(',') { '?' }})", ary)
@vladfaust vladfaust added the enhancement New feature or request label Apr 2, 2019
@vladfaust vladfaust self-assigned this Apr 2, 2019
@vladfaust vladfaust added this to To do in Kanban via automation Apr 2, 2019
@vladfaust vladfaust added this to the next patch milestone Apr 2, 2019
@vladfaust vladfaust added bug Something isn't working and removed enhancement New feature or request labels Apr 9, 2019
Kanban automation moved this from To do to Done Apr 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Kanban
  
Done
Development

No branches or pull requests

1 participant