Sha256: ea743d7fa3094e1147cb08e85ca09e8eab754282ffbe0049afda82483b371d37
Contents?: true
Size: 274 Bytes
Versions: 10
Compression:
Stored size: 274 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
10 entries across 10 versions & 1 rubygems