instance method
sql_query_length
Ruby on Rails 4.0.13
Since v2.3.18 Last seen in v6.0.6Signature
sql_query_length()
Returns the maximum length of an SQL query.
Source
# File activerecord/lib/active_record/connection_adapters/abstract/database_limits.rb, line 56
def sql_query_length
1048575
end
Defined in activerecord/lib/active_record/connection_adapters/abstract/database_limits.rb line 56
· View on GitHub
· Improve this page
· Find usages on GitHub