rails/activerecord/lib/arel
Matthew Draper 31f5cb18fa
Merge pull request #47495 from olefriis/use-same-binding-grammar-for-arel-as-for-active-record
Use same rules for bindings in BoundSqlLiteral as in ActiveRecord
2023-03-01 00:38:13 +10:30
..
attributes Remove unused Arel::Attributes classes 2021-03-11 11:50:42 +09:00
collectors Fix binds logging for HomogeneousIn 2021-02-25 20:37:20 -05:00
nodes Use same rules for bindings in BoundSqlLiteral as in ActiveRecord 2023-02-24 13:28:00 +00:00
visitors Merge pull request #47495 from olefriis/use-same-binding-grammar-for-arel-as-for-active-record 2023-03-01 00:38:13 +10:30
alias_predication.rb Arel: :nodoc: all 2018-02-24 18:11:47 +10:30
crud.rb Use nested queries when doing DELETE and GROUP_BY and HAVINAG clauses present. 2021-11-01 21:39:20 -04:00
delete_manager.rb Use nested queries when doing DELETE and GROUP_BY and HAVINAG clauses present. 2021-11-01 21:39:20 -04:00
errors.rb Disallow Arel.sql with mixed named and positional binds 2023-01-29 08:40:30 +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
filter_predications.rb Add nodoc to Arel filter classes. 2022-11-13 01:34:30 +01:00
insert_manager.rb Move where from TreeManager to SelectManager 2021-03-15 23:50:44 +09:00
math.rb Arel: :nodoc: all 2018-02-24 18:11:47 +10:30
nodes.rb Allow Arel.sql to accept bind parameters 2023-01-29 08:40:30 +10:30
order_predications.rb Arel: :nodoc: all 2018-02-24 18:11:47 +10:30
predications.rb Properly handle impossible cases in (not_)between 2021-10-26 05:55:03 +00:00
select_manager.rb Replace map + compact with filter_map 2021-04-22 22:08:34 -03:00
table.rb Remove Arel::Crud from Arel::Table 2021-03-02 17:48:28 +09:00
tree_manager.rb Move where from TreeManager to SelectManager 2021-03-15 23:50:44 +09:00
update_manager.rb Use nested queries when doing UPDATE in myslq and GROUP_BY and HAVING clauses are present. 2021-11-01 13:27:44 -04: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