The query used to generate a subscriptions feed isn't valid for PostgreSQL right now, because it's being sorted by n.created, which isn't included in the "GROUP BY" part of the query.
A simple cross-database fix is attached -- enclosing "n.created" in an aggregate function makes PostgreSQL happy and gives the same results.
| Comment | File | Size | Author |
|---|---|---|---|
| subscriptions.module_1.patch | 602 bytes | Steve Simms |
Comments
Comment #1
dziemecki commentedI've applied this fix, and committed it.
Comment #2
(not verified) commented