mirror of
https://github.com/null2264/yokai.git
synced 2025-06-20 18:24:42 +00:00
fix(recents): Partially revert SQLDelight migration
getAllRecentsTypes query is too cursed, will need some refactoring
This commit is contained in:
parent
6e3eaad481
commit
0d9ffc2206
3 changed files with 43 additions and 1 deletions
|
@ -62,7 +62,7 @@ AND (
|
|||
ORDER BY max_last_read.history_last_read DESC
|
||||
LIMIT :limit OFFSET :offset;
|
||||
|
||||
getRecentsAll: -- AKA insanity
|
||||
getRecentsAll: -- FIXME: This is insanity, require refactoring
|
||||
SELECT * FROM (
|
||||
SELECT
|
||||
mangas.*,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue