This commit is contained in:
M66B
2023-12-13 11:42:38 +01:00
parent f8b15e2d24
commit a0ffa726d4
13 changed files with 12 additions and 71 deletions

View File

@@ -241,7 +241,7 @@ public class Fts5DbHelper extends SQLiteOpenHelper {
" query=" + criteria.query);
List<Long> result = new ArrayList<>();
// TODO CASA
try (Cursor cursor = DB.jni_safe_sqlite_query(db,
try (Cursor cursor = db.query(
"message", new String[]{"rowid"},
select,
args.toArray(new String[0]),