method

unescape_bytea

rails latest stable - Class: ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::Quoting

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v4.1.8) is shown here.

unescape_bytea(value)
public

Unescapes bytea output from a database to the binary string it represents. NOTE: This is NOT an inverse of escape_bytea! This is only to be used on escaped binary output from database drive.