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
Ryuta Kamizono 6e43a207c6 Revert unused code and re-using query annotation for update_all and delete_all
This partly reverts #35617.

#35617 includes unused code (for `InsertStatement`) and re-using query
annotation for `update_all` and `delete_all`, which has not been
discussed yet.

If a relation has any annotation, I think it is mostly for SELECT query,
so re-using annotation by default is not always desired behavior for me.

We should discuss about desired behavior before publishing the
implementation.
2019-04-01 15:04:11 +09:00
..
attributes More exercise test cases for not_between 2019-01-12 07:44:27 +09:00
collectors SQLString#compile is no longer used since 53521a9e39 2018-09-30 16:49:13 +09:00
nodes Revert unused code and re-using query annotation for update_all and delete_all 2019-04-01 15:04:11 +09:00
support Add Relation#annotate for SQL commenting 2019-03-21 20:30:56 -07:00
visitors Add Relation#annotate for SQL commenting 2019-03-21 20:30:56 -07:00
attributes_test.rb
crud_test.rb
delete_manager_test.rb Revert unused code and re-using query annotation for update_all and delete_all 2019-04-01 15:04:11 +09:00
factory_methods_test.rb
helper.rb Remove unused assert_like from Arel::Test 2018-05-02 00:00:19 +00:00
insert_manager_test.rb Get rid of Arel::Nodes::Values 2019-03-18 03:57:16 +09:00
nodes_test.rb
select_manager_test.rb Add Relation#annotate for SQL commenting 2019-03-21 20:30:56 -07:00
table_test.rb
update_manager_test.rb Revert unused code and re-using query annotation for update_all and delete_all 2019-04-01 15:04:11 +09:00