Skip to content

Instantly share code, notes, and snippets.

@sergei-mikhailovskii-idf
Created December 19, 2023 14:38
Show Gist options
  • Select an option

  • Save sergei-mikhailovskii-idf/04db3580ca37c8261c003d58d92845ed to your computer and use it in GitHub Desktop.

Select an option

Save sergei-mikhailovskii-idf/04db3580ca37c8261c003d58d92845ed to your computer and use it in GitHub Desktop.
There is 'rawQuery()' found in file 'com/freshchat/consumer/sdk/c/c.java':
[line 218: if (k.a(list)) {]
[line 219: cursor = cs().rawQuery(" SELECT DISTINCT
channels.* FROM channels, (SELECT * FROM tags WHERE " + j.a(k.b(list),
Tag.TaggedType.CHANNEL) + ") AS matching_tags WHERE ( matching_tags.tagged_id
= _id) AND hidden= 0 ORDER BY position", (String[]) list.toArray(new
String[0]));]
[line 220: } else {]
There is 'rawQuery()' found in file 'com/freshchat/consumer/sdk/c/i.java':
[line 104: sb2.append("' AND matching_tags.tagged_id = a.category_id )
ORDER BY c.position,a.position");]
[line 105: return cs().rawQuery(sb2.toString(), (String[])
list.toArray(new String[0]));]
[line 106: }]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment