Skip to content

Commit 3b24ac3

Browse files
committed
Update calculations.rb
1 parent 1372153 commit 3b24ac3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/active_record/connection_adapters/sqlserver/core_ext/calculations.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ module ConnectionAdapters
88
module SQLServer
99
module CoreExt
1010
module Calculations
11+
12+
private
13+
1114
def build_count_subquery(relation, column_name, distinct)
1215
return super unless klass.connection.adapter_name == "SQLServer"
1316

0 commit comments

Comments
 (0)