aboutsummaryrefslogtreecommitdiff
path: root/app/Models/FeedDAOPGSQL.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Models/FeedDAOPGSQL.php')
-rw-r--r--app/Models/FeedDAOPGSQL.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Models/FeedDAOPGSQL.php b/app/Models/FeedDAOPGSQL.php
index d09d2e1c9..07fbbf31d 100644
--- a/app/Models/FeedDAOPGSQL.php
+++ b/app/Models/FeedDAOPGSQL.php
@@ -13,6 +13,7 @@ SQL;
#[\Override]
public function updateCachedValues(int ...$feedIds): int|false {
+ // Compatible PostgreSQL, SQLite, MySQL 8.0+, but not MariaDB as of version 12.2.
if (empty($feedIds)) {
$whereFeedIds = 'true';
$whereEntryIdFeeds = 'true';