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/nodes
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
..
and_test.rb Make And and Case into expression nodes 2019-01-24 14:35:52 -05:00
as_test.rb
ascending_test.rb Make Arel::Test subclass of ActiveSupport::TestCase 2018-05-01 13:09:12 +00:00
bin_test.rb
binary_test.rb Make Arel::Test subclass of ActiveSupport::TestCase 2018-05-01 13:09:12 +00:00
bind_param_test.rb
case_test.rb Alias case nodes 2019-01-21 10:28:39 -05:00
casted_test.rb
comment_test.rb Add Relation#annotate for SQL commenting 2019-03-21 20:30:56 -07:00
count_test.rb Add math tests 2018-05-14 19:36:56 +01:00
delete_statement_test.rb Revert unused code and re-using query annotation for update_all and delete_all 2019-04-01 15:04:11 +09:00
descending_test.rb Make Arel::Test subclass of ActiveSupport::TestCase 2018-05-01 13:09:12 +00:00
distinct_test.rb
equality_test.rb
extract_test.rb
false_test.rb
grouping_test.rb
infix_operation_test.rb
insert_statement_test.rb Revert unused code and re-using query annotation for update_all and delete_all 2019-04-01 15:04:11 +09:00
named_function_test.rb
node_test.rb
not_test.rb
or_test.rb
over_test.rb
select_core_test.rb Add Relation#annotate for SQL commenting 2019-03-21 20:30:56 -07:00
select_statement_test.rb
sql_literal_test.rb
sum_test.rb
table_alias_test.rb
true_test.rb
unary_operation_test.rb
update_statement_test.rb Revert unused code and re-using query annotation for update_all and delete_all 2019-04-01 15:04:11 +09:00
window_test.rb