aboutsummaryrefslogtreecommitdiff
path: root/app/Models/FeedDAOSQLite.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2025-11-15 20:11:25 +0100
committerGravatar GitHub <noreply@github.com> 2025-11-15 20:11:25 +0100
commit45471871ddc4bae6c1c36f2daa9091b85e458e8c (patch)
treea67c1c0b9073ed457764cb1b1b831d099acdb42f /app/Models/FeedDAOSQLite.php
parentea8938b0d14ea1373ab3757494d0c0c1ef0e843e (diff)
SQL: Optimise speed of updateCachedValues() (#8207)
For PostgreSQL and SQLite fix https://github.com/FreshRSS/FreshRSS/issues/8206
Diffstat (limited to 'app/Models/FeedDAOSQLite.php')
-rw-r--r--app/Models/FeedDAOSQLite.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Models/FeedDAOSQLite.php b/app/Models/FeedDAOSQLite.php
index 18befed54..ed89e9552 100644
--- a/app/Models/FeedDAOSQLite.php
+++ b/app/Models/FeedDAOSQLite.php
@@ -1,7 +1,7 @@
<?php
declare(strict_types=1);
-class FreshRSS_FeedDAOSQLite extends FreshRSS_FeedDAO {
+class FreshRSS_FeedDAOSQLite extends FreshRSS_FeedDAOPGSQL {
#[\Override]
public function sqlResetSequence(): bool {