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

Move select_rows implementation to super class #24708

Merged

Conversation

kamipo
Copy link
Member

@kamipo kamipo commented Apr 24, 2016

No description provided.

@rails-bot
Copy link

r? @kaspth

(@rails-bot has picked a reviewer for you, use r? to override)

@jeremy jeremy merged commit c1ab4a2 into rails:master Apr 24, 2016
jeremy added a commit that referenced this pull request Apr 24, 2016
…_to_super_class

Move `select_rows` implementation to super class
@kamipo kamipo deleted the move_select_rows_implementation_to_super_class branch April 24, 2016 04:31
kamipo added a commit to kamipo/rails that referenced this pull request Oct 10, 2016
Related rails#22973, rails#24708.

`select_all`, `select_one`, `select_value`, and `select_values` method
signature is `(arel, name = nil, binds = [])`.
But `select_rows` is `(sql, name = nil, binds = [])`.
kamipo added a commit to kamipo/rails that referenced this pull request Jan 3, 2017
Related rails#22973, rails#24708.

`select_all`, `select_one`, `select_value`, and `select_values` method
signature is `(arel, name = nil, binds = [])`.
But `select_rows` is `(sql, name = nil, binds = [])`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants