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/arel
Ryuta Kamizono cdbce035a5
Merge pull request #39330 from kamipo/fix_merge_not_in
Fix merging NOT IN clause to behave the same as before
2020-05-18 21:48:36 +09: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 Fix merging NOT IN clause to behave the same as before 2020-05-18 15:56:44 +09:00
visitors Merge pull request #39219 from kamipo/bind_param 2020-05-18 15:20:00 +09:00
alias_predication.rb Arel: :nodoc: all 2018-02-24 18:11:47 +10:30
crud.rb Arel: :nodoc: all 2018-02-24 18:11:47 +10:30
delete_manager.rb Handle DELETE with LIMIT in Arel 2018-09-30 21:21:54 +09:00
errors.rb Arel: :nodoc: all 2018-02-24 18:11:47 +10:30
expressions.rb Arel: :nodoc: all 2018-02-24 18:11:47 +10:30
factory_methods.rb Make update_counters preparable 2018-09-28 04:14:15 +09:00
insert_manager.rb Get rid of Arel::Nodes::Values 2019-03-18 03:57:16 +09:00
math.rb Arel: :nodoc: all 2018-02-24 18:11:47 +10:30
nodes.rb Perf: Improve performance of where when using an array of values 2020-05-01 15:12:05 -04:00
order_predications.rb Arel: :nodoc: all 2018-02-24 18:11:47 +10:30
predications.rb Fix AR::Relation#where_values_hash with HomogeousIn: 2020-05-15 01:39:19 +02:00
select_manager.rb Revert unused code and re-using query annotation for update_all and delete_all 2019-04-01 15:04:11 +09:00
table.rb Allow the construction of a CTE from an Arel::Table 2020-05-14 12:07:36 -04:00
tree_manager.rb Revert unused code and re-using query annotation for update_all and delete_all 2019-04-01 15:04:11 +09:00
update_manager.rb Handle DELETE with LIMIT in Arel 2018-09-30 21:21:54 +09:00
visitors.rb Remove unused Arel visitors in the code base 2020-04-15 18:33:37 +09:00
window_predications.rb Arel: :nodoc: all 2018-02-24 18:11:47 +10:30