Ticket #505 (new defect)

Opened 9 months ago

Changeset 1745 breaks setting feeds deprecated on PostgresQL

Reported by: reporter Owned by: mbonetti
Priority: normal Milestone: Gregarius 0.5.5
Component: BUGS Version: 0.5.5
Severity: major Keywords: pgsql
Cc:

Description

Changeset 1745 added "daterefreshed = 1" to a SQL query. Postgres doesn't like this dateformat (on default installs anyway). I was able to work-around by explicitly setting

daterefreshed = '1970-01-01 00:00:00'

but I suspect the real fix may be different (I don't know if MySQL will like my work-around).

Note: See TracTickets for help on using tickets.