Small improvements

This commit is contained in:
M66B
2023-12-12 11:58:41 +01:00
parent 56309888ef
commit e4840587a7
10 changed files with 30 additions and 20 deletions

View File

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