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
Kevin Deisz 5cf36e2ea2
Make And and Case into expression nodes
Allows aliasing, predications, ordering, and various other functions on `And` and `Case` nodes. This brings them in line with other nodes like `Binary` and `Unary`.
2019-01-24 14:35:52 -05: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
count_test.rb Add math tests 2018-05-14 19:36:56 +01:00
delete_statement_test.rb
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
named_function_test.rb
node_test.rb
not_test.rb
or_test.rb
over_test.rb
select_core_test.rb Make Arel::Test subclass of ActiveSupport::TestCase 2018-05-01 13:09:12 +00: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
window_test.rb