instance method
sql_query_length
Ruby on Rails 5.2.8.1
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 57
def sql_query_length
1048575
end
Defined in activerecord/lib/active_record/connection_adapters/abstract/database_limits.rb line 57
· View on GitHub
· Improve this page
· Find usages on GitHub