mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Added remarks
This commit is contained in:
@@ -240,7 +240,7 @@ public class Fts5DbHelper extends SQLiteOpenHelper {
|
||||
" args=" + TextUtils.join(", ", args) +
|
||||
" query=" + criteria.query);
|
||||
List<Long> result = new ArrayList<>();
|
||||
// TODO CASA
|
||||
// TODO CASA composed SQL with placeholders
|
||||
try (Cursor cursor = db.query(
|
||||
"message", new String[]{"rowid"},
|
||||
select.toString(),
|
||||
|
||||
Reference in New Issue
Block a user