Skip to content

Commit

Permalink
Coerce test
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanharan committed Sep 14, 2023
1 parent 7a100c4 commit e6173d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/cases/coerced_tests.rb
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,9 @@ def test_distinct_count_all_with_custom_select_and_order_coerced

# Leave it up to users to format selects/functions so HAVING works correctly.
coerce_tests! :test_having_with_strong_parameters

# SELECT columns must be in the GROUP clause. Since since `ids` only selects the primary key you cannot perform this query in SQL Server.
coerce_tests! :test_ids_with_includes_and_non_primary_key_order
end

module ActiveRecord
Expand Down

0 comments on commit e6173d4

Please sign in to comment.