rails--rails/activerecord/lib/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 Perf: Improve performance of where when using an array of values 2020-05-01 15:12:05 -04:00
collectors Add `add_binds` to bulk binds processing for performance 2020-05-11 03:24:49 +09:00
nodes Properly support `reverse_order` on relations with `nulls_first` or `nulls_last` calls 2020-09-08 11:20:46 -04:00
visitors Make `where_sql` more few code 2020-06-17 10:50:34 +09:00
alias_predication.rb
crud.rb
delete_manager.rb
errors.rb
expressions.rb
factory_methods.rb
insert_manager.rb
math.rb
nodes.rb Implement `equality?` rather than inheriting `Equality` for `In` node 2020-06-21 07:35:17 +09:00
order_predications.rb
predications.rb Fix `AR::Relation#where_values_hash` with `HomogeousIn`: 2020-05-15 01:39:19 +02:00
select_manager.rb Make `where_sql` more few code 2020-06-17 10:50:34 +09:00
table.rb Move Arel attribute normalization into `arel_table` 2020-07-19 23:41:24 +09:00
tree_manager.rb
update_manager.rb
visitors.rb Make `where_sql` more few code 2020-06-17 10:50:34 +09:00
window_predications.rb