mirror of
https://github.com/wismna/DoNext.git
synced 2025-10-03 15:40:14 -04:00
Remove TODO
This commit is contained in:
@@ -13,7 +13,6 @@ interface TaskDao {
|
|||||||
@Query("SELECT * FROM tasks WHERE task_list_id = :listId AND deleted = 0 ORDER BY done ASC, priority DESC")
|
@Query("SELECT * FROM tasks WHERE task_list_id = :listId AND deleted = 0 ORDER BY done ASC, priority DESC")
|
||||||
fun getTasksForList(listId: Long): Flow<List<TaskEntity>>
|
fun getTasksForList(listId: Long): Flow<List<TaskEntity>>
|
||||||
|
|
||||||
// TODO: fix WHERE clause
|
|
||||||
@Query("""
|
@Query("""
|
||||||
SELECT * FROM tasks
|
SELECT * FROM tasks
|
||||||
WHERE due_date BETWEEN :todayStart AND :todayEnd AND deleted = 0 AND done = 0
|
WHERE due_date BETWEEN :todayStart AND :todayEnd AND deleted = 0 AND done = 0
|
||||||
|
Reference in New Issue
Block a user