1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test/cases/arel
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
..
attributes Properly handle impossible cases in (not_)between 2021-10-26 05:55:03 +00:00
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
support Remove unused code in FakeRecord 2021-02-03 11:12:45 +09:00
visitors Support NullsFirst for all databases. 2021-05-18 16:58:21 -04:00
attributes_test.rb
crud_test.rb
delete_manager_test.rb Remove tests that tree manager takes an engine 2021-03-01 20:37:42 +09:00
factory_methods_test.rb
helper.rb Address to the warning "DEPRECATED: global use of assertion methods" 2019-10-04 17:32:31 +09:00
insert_manager_test.rb Remove tests that tree manager takes an engine 2021-03-01 20:37:42 +09:00
nodes_test.rb
select_manager_test.rb Address to the warning "DEPRECATED: global use of assertion methods" 2019-10-04 17:32:31 +09:00
table_test.rb Remove Arel::Crud from Arel::Table 2021-03-02 17:48:28 +09:00
update_manager_test.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