mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
refactor(db): Migrate getManga queries to SQLDelight
This commit is contained in:
parent
312f9e197b
commit
aae9a68c8b
14 changed files with 65 additions and 67 deletions
|
@ -48,7 +48,8 @@ WHERE favorite = 1 AND lower(title) = :title AND source != :source;
|
|||
findFavorites:
|
||||
SELECT *
|
||||
FROM mangas
|
||||
WHERE favorite = 1;
|
||||
WHERE favorite = 1
|
||||
ORDER BY title;
|
||||
|
||||
findReadNotFavorites:
|
||||
SELECT *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue