class ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Vector
:nodoc:
:nodoc:
def cast(value)
to cast the values. Unfortunately, the current Rails behavior
FIXME: this should probably split on +delim+ and use +subtype+
def cast(value) value end
def initialize(delim, subtype)
table. +subtype+ is derived from the `typelem` column in the
+delim+ corresponds to the `typdelim` column in the pg_types
def initialize(delim, subtype) @delim = delim @subtype = subtype end