module ActiveRecord::ConnectionAdapters::SQLite3::Quoting

def quoted_binary(value)

def quoted_binary(value)
  "x'#{value.hex}'"
end