We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0afebac commit 9f8e994Copy full SHA for 9f8e994
test/cases/coerced_tests.rb
@@ -1489,6 +1489,9 @@ def test_reverse_arel_assoc_order_with_function_coerced
1489
topics = Topic.order(Arel.sql("LEN(title)") => :asc).reverse_order
1490
assert_equal topics(:second).title, topics.first.title
1491
end
1492
+
1493
+ # Order column must be in the GROUP clause. However, with implicit ordering we can't test this when selecting expression column.
1494
+ coerce_tests! %r{runs queries when using pick with expression column and empty IN}
1495
1496
1497
module ActiveRecord
0 commit comments