diff options
| author | 2025-11-15 20:11:25 +0100 | |
|---|---|---|
| committer | 2025-11-15 20:11:25 +0100 | |
| commit | 45471871ddc4bae6c1c36f2daa9091b85e458e8c (patch) | |
| tree | a67c1c0b9073ed457764cb1b1b831d099acdb42f /app/Models/FeedDAOSQLite.php | |
| parent | ea8938b0d14ea1373ab3757494d0c0c1ef0e843e (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.php | 2 |
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 { |
