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 Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
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 Share the Arel dispatch cache between connections 2019-07-10 11:54:32 +02:00