Closed (fixed)
Project:
Notifications
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 Feb 2008 at 08:17 UTC
Updated:
7 Apr 2008 at 11:32 UTC
Jump to comment: Most recent file
Comments
Comment #1
jose reyero commentedCool, thank you.
Now the module installs for pgsql I hope we'll get more feedback about that :-)
We are not using Postgres, so I'll have rely on other people's feedback for pgsql related patches.
Comment #2
jaydub commentedI patched notfications.cron.inc in the notifications_process_queue() function. PostgreSQL is a bit of stickler about GROUP BY/ORDER BY and requires in this case the ORDER BY column to also appear in the GROUP BY clause.
From what I can tell this shouldn't affect the query results but you would know better than I...
Comment #3
jose reyero commentedNot that I understand the pgsql rationale for that, but this doesn't seem to break anything, so I've applied your patch.
Thanks.
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #5
jaydub commentedRe-opening this issue as there is another case where a GROUP BY clause in a query needs to
include all columns in the SELECT clause for PostgreSQL.
See attached patch to current -dev
Comment #6
jose reyero commentedThanks, committed
Comment #7
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.