Skip to content

Commit

Permalink
Support common table expressions
Browse files Browse the repository at this point in the history
Fixes ActiveRecord::WithTest#test_common_table_expressions_are_unsupported
  • Loading branch information
aidanharan committed Sep 28, 2023
1 parent 867dbc4 commit 32632b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/active_record/connection_adapters/sqlserver_adapter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,10 @@ def supports_optimizer_hints?
true
end

def supports_common_table_expressions?
true
end

def supports_lazy_transactions?
true
end
Expand Down

0 comments on commit 32632b9

Please sign in to comment.