aboutsummaryrefslogtreecommitdiffstats
path: root/.codeclimate.yml
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2019-02-22 06:14:33 +0900
committerRyuta Kamizono <kamipo@gmail.com>2019-02-22 06:14:33 +0900
commit6e599ee099ce9beeddfc938574225b943c144bd8 (patch)
tree19d27265eca4f934a08f619917a15329897d1ca3 /.codeclimate.yml
parent3b6602aa7a01fb415fce07ef32458b131e5762e1 (diff)
downloadrails-6e599ee099ce9beeddfc938574225b943c144bd8.tar.gz
rails-6e599ee099ce9beeddfc938574225b943c144bd8.tar.bz2
rails-6e599ee099ce9beeddfc938574225b943c144bd8.zip
Fix `pluck` and `select` with `from` if `from` has original table name
This is caused by 0ee96d1. Since #18744, `select` columns doesn't be qualified by table name if using `from`. 0ee96d1 follows that for `pluck` as well. But people depends that `pluck` columns are qualified even if using `from`. So I've fixed that to be qualified if `from` has the original table name to keep the behavior as much as before. Fixes #35359.
Diffstat (limited to '.codeclimate.yml')
0 files changed, 0 insertions, 0 deletions