module ActiveRecord::ConnectionAdapters::DatabaseLimits

def bind_params_length

def bind_params_length
  65535
end