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
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
insert_manager.rb
math.rb
nodes.rb
order_predications.rb
predications.rb
select_manager.rb
table.rb
tree_manager.rb
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