1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test/cases/relation
Sean Griffin f138bea5da Properly include the from clause when merging relations
The code that set the from clause was removed in
bdc5141652. I did not give any reason for
doing so. My assumption was that I intended to change it to use the
clause objects, but forgot. We appeared to not have test coverage for
this case.

Fixes #22996
2016-01-14 13:36:30 -07:00
..
delegation_test.rb Ensure Relation responds to shuffle 2015-12-01 16:41:50 -07:00
merging_test.rb Properly include the from clause when merging relations 2016-01-14 13:36:30 -07:00
mutation_test.rb Define sanitize_sql_for_order for AR and use it inside preprocess_order_args 2015-11-02 21:18:18 +09:00
or_test.rb Improve error message for #or when it is structurally incompatible 2016-01-13 01:13:18 -02:00
predicate_builder_test.rb
record_fetch_warning_test.rb
where_chain_test.rb
where_clause_test.rb Revert "Change WhereClause#merge to same named columns on diff tables" 2016-01-12 15:48:00 -07:00
where_test.rb Suppress warnings of assigned but unused variable 2015-10-17 17:16:16 +09:00