Attached is a small patch to ensure this module works with postgres. In short, when using GROUP BY, all items in the SELECT statement must be listed. MySQL does this implicitly, postgres does not.

CommentFileSizeAuthor
advanced_blog.module.patch517 bytesaaron1234nz

Comments

liam morland’s picture

Issue tags: +PostgreSQL