Sha256: 25365b7b7ea3350e4499503d0749e971df7a0b610397ff15d7dbb82d0b273588

Contents?: true

Size: 275 Bytes

Versions: 1

Compression:

Stored size: 275 Bytes

Contents

module ActiveRecord::ConnectionAdapters::PostgreSQL::OID
  class PGconn # emulate PGconn#unescape_bytea due #652
    # NOTE: on pg gem ... PGconn = (class) PG::Connection
    def self.unescape_bytea(escaped)
      ArJdbc::PostgreSQL.unescape_bytea(escaped)
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
activerecord-jdbc-adapter-ficoh-1.3.21-java lib/arjdbc/postgresql/base/pgconn.rb