From c7b6e8ee00376812ac5be586789f76d807c086b3 Mon Sep 17 00:00:00 2001 From: Ahmad Ansori Palembani Date: Sun, 15 Dec 2024 19:53:43 +0700 Subject: [PATCH] revert: "revert: "fix(sql): Use UNION ALL instead of UNION"" This reverts commit 37535d3bcf4fef0497a15ff143bebcc1b6f9692e. --- data/src/commonMain/sqldelight/tachiyomi/data/history.sq | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/src/commonMain/sqldelight/tachiyomi/data/history.sq b/data/src/commonMain/sqldelight/tachiyomi/data/history.sq index 35f29d6ecd..48bcc04ff6 100644 --- a/data/src/commonMain/sqldelight/tachiyomi/data/history.sq +++ b/data/src/commonMain/sqldelight/tachiyomi/data/history.sq @@ -157,7 +157,7 @@ AND ( :apply_filter = 0 OR S.name IS NULL ) -UNION -- Newly fetched chapter +UNION ALL -- Newly fetched chapter SELECT M.*, @@ -192,7 +192,7 @@ AND ( :apply_filter = 0 OR S.name IS NULL ) -UNION -- Newly added manga +UNION ALL -- Newly added manga SELECT M.*,