module ActiveRecord::ConnectionAdapters::Quoting

def quoted_binary(value) # :nodoc:

:nodoc:
def quoted_binary(value) # :nodoc:
  "'#{quote_string(value.to_s)}'"
end