Skip to content

Commit

Permalink
revert: "revert: "revert: "fix(sql): Use UNION ALL instead of UNION"""
Browse files Browse the repository at this point in the history
That only made it worse...
  • Loading branch information
null2264 committed Dec 15, 2024
1 parent c7b6e8e commit 247ed3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/src/commonMain/sqldelight/tachiyomi/data/history.sq
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ AND (
:apply_filter = 0 OR S.name IS NULL
)

UNION ALL -- Newly fetched chapter
UNION -- Newly fetched chapter

SELECT
M.*,
Expand Down Expand Up @@ -192,7 +192,7 @@ AND (
:apply_filter = 0 OR S.name IS NULL
)

UNION ALL -- Newly added manga
UNION -- Newly added manga

SELECT
M.*,
Expand Down

0 comments on commit 247ed3b

Please sign in to comment.