mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 22:26:06 +02:00
Added remarks
This commit is contained in:
@@ -240,7 +240,7 @@ public class Fts4DbHelper extends SQLiteOpenHelper {
|
||||
" args=" + TextUtils.join(", ", args) +
|
||||
" query=" + 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