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 887683e commit fea63a9Copy full SHA for fea63a9
test/cases/coerced_tests.rb
@@ -813,6 +813,9 @@ def test_implicit_order_for_model_without_primary_key_coerced
813
ensure
814
NonPrimaryKey.implicit_order_column = old_implicit_order_column
815
end
816
+
817
+ # SQL Server is unable to use aliased SELECT in the HAVING clause.
818
+ coerce_tests! :test_include_on_unloaded_relation_with_having_referencing_aliased_select
819
820
821
module ActiveRecord
0 commit comments