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/visitors
ignacio chiazzo 4acb6660e2 Use nested queries when doing UPDATE in myslq and GROUP_BY and HAVING clauses are present.
MySQL does not support GROUP_BY and HAVING on UPDATE, we need to use a Subquery.
2021-11-01 13:27:44 -04:00
..
dot.rb Arel::Visitors::Dot renders all attributes of some AST node types 2021-05-03 09:35:23 -04:00
mysql.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
postgresql.rb Support NullsFirst for all databases. 2021-05-18 16:58:21 -04:00
sqlite.rb
to_sql.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
visitor.rb