class ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Bytea
:nodoc:
:nodoc:
def deserialize(value)
:nodoc:
def deserialize(value) return if value.nil? return value.to_s if value.is_a?(Type::Binary::Data) PG::Connection.unescape_bytea(super) end
:nodoc:
:nodoc:
def deserialize(value) return if value.nil? return value.to_s if value.is_a?(Type::Binary::Data) PG::Connection.unescape_bytea(super) end