Sha256: bc6cce2f7f57bed55887c9f955a1441b3eb7a6a7a3dd7681444e176550b2d691
Contents?: true
Size: 319 Bytes
Versions: 50
Compression:
Stored size: 319 Bytes
Contents
module ActiveRecord::ConnectionAdapters::PostgreSQL::OID class Bytea < ActiveModel::Type::Binary module PG class Connection # emulate PG::Connection#unescape_bytea due #652 def self.unescape_bytea(escaped) ArJdbc::PostgreSQL.unescape_bytea(escaped) end end end end end
Version data entries
50 entries across 50 versions & 3 rubygems