rails--rails/activerecord/lib/arel
eileencodes 311d0babfb
Remove "stupid" from active record
The language in the docs is clearer without saying MySQL is stupid. The
test doesn't need stupid in the value to be used - an incorrect value is
incorrect.
2021-07-28 11:09:10 -04:00
..
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 Merge pull request #41068 from ricardotk002/fix-where-in-stmt-logging 2021-03-20 01:41:29 +09:00
visitors Remove "stupid" from active record 2021-07-28 11:09:10 -04:00
alias_predication.rb Arel: :nodoc: all 2018-02-24 18:11:47 +10:30
crud.rb Improve `compile_update` and `compile_delete` 2021-03-15 17:15:35 +09:00
delete_manager.rb Move `where` from `TreeManager` to `SelectManager` 2021-03-15 23:50:44 +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 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 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 Merge pull request #41640 from bradleypriest/arel-quoting 2021-03-09 05:45:39 +09: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 Move `where` from `TreeManager` to `SelectManager` 2021-03-15 23:50:44 +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