Closed (fixed)
Project:
Taxonomy Filter
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
22 Jun 2009 at 14:39 UTC
Updated:
7 Jul 2009 at 18:50 UTC
The error which is seen so often:
for PostgreSQL (and the SQL92 standard AFAIK), all non-aggregated fields must be present in the GROUP BY clause.
In the case of the query below, this is the case for the vid & name fields, and also for the 'weight' field which is in the 'ORDER BY'.
This is a very standard bugreport/patch and should have zero effect on MySQL.
| Comment | File | Size | Author |
|---|---|---|---|
| tf_psql.patch | 458 bytes | roderik |
Comments
Comment #1
roderikForgot to set status. Though IMHO this patch should just be applied, not reviewed by 'the community'.
Comment #2
solotandem commentedThanks for spotting this.
Fixed in next dev release created after this comment.