diff options
| author | 2016-08-23 00:02:54 +0200 | |
|---|---|---|
| committer | 2016-08-23 00:02:54 +0200 | |
| commit | c25fdbcc0990b637e305665a456e52e1aa3dec0a (patch) | |
| tree | c5c7582833eaf82d6afc608312c3420a83914e8f /app/Models/EntryDAOSQLite.php | |
| parent | 2af3abc89e56af75c38caf5e8071b3cd09bedba8 (diff) | |
More PostgreSQL
Diffstat (limited to 'app/Models/EntryDAOSQLite.php')
| -rw-r--r-- | app/Models/EntryDAOSQLite.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/Models/EntryDAOSQLite.php b/app/Models/EntryDAOSQLite.php index dad34a93d..80dbcca6b 100644 --- a/app/Models/EntryDAOSQLite.php +++ b/app/Models/EntryDAOSQLite.php @@ -2,6 +2,10 @@ class FreshRSS_EntryDAOSQLite extends FreshRSS_EntryDAO { + public function sqlHexDecode($x) { + return $x; + } + protected function autoUpdateDb($errorInfo) { if (empty($errorInfo[0]) || $errorInfo[0] == '42S22') { //ER_BAD_FIELD_ERROR //autoAddColumn |
