1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib
Ryuta Kamizono de354cc357 Using table name qualified column names unless having SELECT list explicitly
Previously table name qualified `*` is used in that case. If it is not
qualified with a table name, an ambiguous column name error will occur
when using JOINs.
2017-12-18 01:52:54 +09:00
..
active_record Using table name qualified column names unless having SELECT list explicitly 2017-12-18 01:52:54 +09:00
rails/generators
active_record.rb