Created
December 19, 2023 14:38
-
-
Save sergei-mikhailovskii-idf/04db3580ca37c8261c003d58d92845ed to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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