module Sequel::Postgres::AutoParameterizeInArray::TreatStringListAsTextArray
Private Instance Methods
Source
# File lib/sequel/extensions/pg_auto_parameterize_in_array.rb 87 def _bound_variable_type_for_string_array(r) 88 "text" 89 end
Assume all string arrays used on RHS of IN/NOT IN are for type text[]