method

binary_to_string

Method deprecated or moved

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

binary_to_string(value)
public

No documentation available.

# File activerecord/lib/active_record/connection_adapters/sybase_adapter.rb, line 112
        def self.binary_to_string(value)
          # FIXME: sybase-ctlib uses separate sql method for binary columns.
          value
        end