This method is deprecated or moved on the latest stable version. The last existing version (v6.0.0) is shown here.
sql_query_length()
Returns the maximum length of an SQL query.
# File activerecord/lib/active_record/connection_adapters/abstract/database_limits.rb, line 68 def sql_query_length 1048575 end