rails/activerecord/lib/arel
Ryuta Kamizono d9f6027587
Merge pull request #41577 from kamipo/avoid_extra_bind_allocation
Avoid extra `BindParam` allocation to generate placeholder in queries
2021-03-08 17:10:21 +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 Merge pull request #41577 from kamipo/avoid_extra_bind_allocation 2021-03-08 17:10:21 +09:00
visitors Avoid extra BindParam allocation to generate placeholder in queries 2021-03-02 18:09:05 +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 Allow statement nodes' initializer takes a table 2021-03-05 02:43:55 +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 Allow statement nodes' initializer takes a table 2021-03-05 02:43:55 +09:00
math.rb Arel: :nodoc: all 2018-02-24 18:11:47 +10:30
nodes.rb Implement equality? rather than inheriting Equality for In node 2020-06-21 07:35:17 +09:00
order_predications.rb Arel: :nodoc: all 2018-02-24 18:11:47 +10:30
predications.rb Avoid extra BindParam allocation to generate placeholder in queries 2021-03-02 18:09:05 +09:00
select_manager.rb Allow select statement node's initializer takes a table 2021-03-08 02:54:10 +09:00
table.rb Remove Arel::Crud from Arel::Table 2021-03-02 17:48:28 +09: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 Allow statement nodes' initializer takes a table 2021-03-05 02:43:55 +09:00
visitors.rb Make where_sql more few code 2020-06-17 10:50:34 +09:00
window_predications.rb Arel: :nodoc: all 2018-02-24 18:11:47 +10:30