instance method
in_clause_length
Ruby on Rails 2.3.18
Since v2.3.18 Last seen in v6.1.7.10Signature
in_clause_length()
the maximum number of elements in an IN (x,y,z) clause
Source
# File activerecord/lib/active_record/connection_adapters/abstract/database_limits.rb, line 41
def in_clause_length
65535
end
Defined in activerecord/lib/active_record/connection_adapters/abstract/database_limits.rb line 41
· View on GitHub
· Improve this page
· Find usages on GitHub