Skip to content

Commit

Permalink
Fixed the new query
Browse files Browse the repository at this point in the history
  • Loading branch information
grzesiek2010 committed Jan 7, 2025
1 parent 4579e89 commit 1f78139
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ class DatabaseEntitiesRepository(context: Context, dbPath: String) : EntitiesRep
"""
SELECT *, i.$ROW_ID
FROM "$list" e, "${getRowIdTableName(list)}" i
WHERE ${query.selection}
WHERE e._id = i._id AND ${query.selection}
ORDER BY i.$ROW_ID
""".trimIndent(),
query.selectionArgs
Expand Down

0 comments on commit 1f78139

Please sign in to comment.