rails--rails/activerecord/lib/arel
ignacio chiazzo 989d53ba3b Use nested queries when doing DELETE and GROUP_BY and HAVINAG clauses present.
MySQL does not support GROUP_BY and HAVING on UPDATE, we need to use a Subquery.

Co-authored-by: Rafael Mendonça França <rafael@franca.dev>
2021-11-01 21:39:20 -04:00
..
attributes
collectors
nodes 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 Use nested queries when doing UPDATE in myslq and GROUP_BY and HAVING clauses are present. 2021-11-01 13:27:44 -04:00
alias_predication.rb
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
expressions.rb
factory_methods.rb
filter_predications.rb Arel: Add support for FILTER clause (SQL:2003) 2021-07-20 15:17:04 +03:00
insert_manager.rb Move `where` from `TreeManager` to `SelectManager` 2021-03-15 23:50:44 +09:00
math.rb
nodes.rb Arel: Add support for FILTER clause (SQL:2003) 2021-07-20 15:17:04 +03:00
order_predications.rb
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
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
window_predications.rb