Skip to content

Commit 0ecb374

Browse files
committed
Set Connection#bind_params_length to 2100
1 parent 2df96a0 commit 0ecb374

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

lib/active_record/connection_adapters/sqlserver/database_limits.rb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ module ActiveRecord
22
module ConnectionAdapters
33
module SQLServer
44
module DatabaseLimits
5-
65
def table_alias_length
76
128
87
end
@@ -43,6 +42,11 @@ def joins_per_query
4342
256
4443
end
4544

45+
private
46+
47+
def bind_params_length
48+
2_100
49+
end
4650
end
4751
end
4852
end

0 commit comments

Comments
 (0)