aboutsummaryrefslogtreecommitdiff
path: root/app/Models/EntryDAOSQLite.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Models/EntryDAOSQLite.php')
-rw-r--r--app/Models/EntryDAOSQLite.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/Models/EntryDAOSQLite.php b/app/Models/EntryDAOSQLite.php
index f8cd14fe6..f53685e35 100644
--- a/app/Models/EntryDAOSQLite.php
+++ b/app/Models/EntryDAOSQLite.php
@@ -2,6 +2,14 @@
class FreshRSS_EntryDAOSQLite extends FreshRSS_EntryDAO {
+ public function isCompressed() {
+ return false;
+ }
+
+ public function hasNativeHex() {
+ return false;
+ }
+
public function sqlHexDecode($x) {
return $x;
}