rails/activerecord/test/cases/arel
Kevin Deisz 4a13f8ad4f
Properly support reverse_order on relations with nulls_first or nulls_last calls
If you're using the `nulls_first` or `nulls_last` functionality with an explicit ordering, then previously it wasn't properly handling calls to `#reverse` (called through `reverse_order`). This commit changes the behavior to match what would be expected.
2020-09-08 11:20:46 -04:00
..
attributes Add support for PostgreSQL contains and overlaps operators 2020-05-11 22:01:37 -05:00
collectors SQLString#compile is no longer used since 53521a9e39b9d8af4165d7703c36dc905f1f8f67 2018-09-30 16:49:13 +09:00
nodes Remove unused Equality#operator 2020-06-17 10:29:21 +09:00
support Deprecate in_clause_length in DatabaseLimits 2020-04-27 01:09:09 +09:00
visitors Properly support reverse_order on relations with nulls_first or nulls_last calls 2020-09-08 11:20:46 -04:00
attributes_test.rb Remove unused Arel::Attributes.for 2019-06-15 23:59:41 +09:00
crud_test.rb Arel: rubocop -a 2018-02-24 17:16:13 +10:30
delete_manager_test.rb Address to the warning "DEPRECATED: global use of assertion methods" 2019-10-04 17:32:31 +09:00
factory_methods_test.rb Arel: rubocop -a 2018-02-24 17:16:13 +10:30
helper.rb Address to the warning "DEPRECATED: global use of assertion methods" 2019-10-04 17:32:31 +09:00
insert_manager_test.rb Address to the warning "DEPRECATED: global use of assertion methods" 2019-10-04 17:32:31 +09:00
nodes_test.rb Arel: rubocop -a 2018-02-24 17:16:13 +10:30
select_manager_test.rb Address to the warning "DEPRECATED: global use of assertion methods" 2019-10-04 17:32:31 +09:00
table_test.rb Move Arel attribute normalization into arel_table 2020-07-19 23:41:24 +09:00
update_manager_test.rb Address to the warning "DEPRECATED: global use of assertion methods" 2019-10-04 17:32:31 +09:00