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