Class: ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Bytea::PG::Connection

Inherits:
Object
  • Object
show all
Defined in:
lib/arjdbc/postgresql/base/pgconn.rb

Overview

emulate PG::Connection#unescape_bytea due #652

Class Method Summary collapse

Class Method Details

.unescape_bytea(escaped) ⇒ Object



5
6
7
# File 'lib/arjdbc/postgresql/base/pgconn.rb', line 5

def self.unescape_bytea(escaped)
  ArJdbc::PostgreSQL.unescape_bytea(escaped)
end