Skip to content

Commit b5e38a1

Browse files
aidanharanAidan Haran
andauthored
Removed deprecated in_clause_length method (#900)
Co-authored-by: Aidan Haran <aharan@fusioneer.com>
1 parent 35651d3 commit b5e38a1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/active_record/connection_adapters/sqlserver/database_limits.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ def columns_per_multicolumn_index
3737
end
3838
deprecate :columns_per_multicolumn_index
3939

40-
def in_clause_length
41-
10_000
42-
end
43-
4440
def sql_query_length
4541
65_536 * 4_096
4642
end

0 commit comments

Comments
 (0)