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 0761353 commit cce2b03Copy full SHA for cce2b03
lib/active_record/connection_adapters/sqlserver/core_ext/calculations.rb
@@ -11,12 +11,12 @@ module Calculations
11
12
private
13
14
- def build_count_subquery(relation, column_name, distinct)
15
- model.with_connection do |connection|
16
- relation = relation.unscope(:order) if connection.sqlserver?
17
- super(relation, column_name, distinct)
18
- end
19
+ # def build_count_subquery(relation, column_name, distinct)
+ # model.with_connection do |connection|
+ # relation = relation.unscope(:order) if connection.sqlserver?
+ # super(relation, column_name, distinct)
+ # end
20
end
21
22
0 commit comments