From 39775ea3086319136d3b1d2d4bcd95cf6b9da4ff Mon Sep 17 00:00:00 2001 From: Ahmad Ansori Palembani Date: Thu, 12 Dec 2024 21:40:33 +0700 Subject: [PATCH] fix(sql): Use UNION ALL instead of UNION --- 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.*,