mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-18 12:11:50 +00:00
more work on PGSQL 8.3 compatibility (refs #201)
This commit is contained in:
@@ -1108,8 +1108,8 @@
|
||||
|
||||
$result = db_query($link, "SELECT
|
||||
id,content_hash,no_orig_date,title,
|
||||
substring(date_entered,1,19) as date_entered,
|
||||
substring(updated,1,19) as updated,
|
||||
".SUBSTRING_FOR_DATE."(date_entered,1,19) as date_entered,
|
||||
".SUBSTRING_FOR_DATE."(updated,1,19) as updated,
|
||||
num_comments
|
||||
FROM
|
||||
ttrss_entries
|
||||
|
||||
Reference in New Issue
Block a user