Hi, the readme said that this module has not been tested with PostgreSQL.
So I'm reporting a bug for it. It is not working. The error is -
query: SELECT COUNT(*) FROM int_meta_fields WHERE type = '' ORDER BY type ASC, field ASC, name ASC in /srv/htdocs/main/sites/all/modules/int_meta/int_meta.module on line 342.
AND
pg_query(): Query failed: ERROR: column "int_meta_fields.type" must appear in the GROUP BY clause or be used in an aggregate function LINE 1: ...*) FROM int_meta_fields WHERE type = '' ORDER BY type ASC, ... ^ in /srv/htdocs/main/includes/database.pgsql.inc on line 139.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | int_meta.702340.patch | 549 bytes | -Mania- |
| #1 | int_meta_pgsql_fix.patch | 137 bytes | nileshgr |
Comments
Comment #1
nileshgr commentedHere's the patch for it
Comment #2
nileshgr commentedComment #3
-Mania- commentedThanks, that fix worked for me. But I couldn't run your patch as it wasn't in appropriate patch format. I've included it here again if anyone needs to run it.
Comment #4
fractile81 commentedThank you for your initiative to get this fixed. The latest 6.x DEV release should have this fixed in it. Feel free to try it out.