Posted by PMunn on February 26, 2007 at 3:24pm
Jump to:
| Project: | Drupal core |
| Version: | 5.1 |
| Component: | forum.module |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
A query in the forum module is missing a column from the SELECT list that is present in the ORDER BY clause. This is the l.last_comment_timestamp column.
This causes an error in PostgreSQL, so I have submitted a patch that corrects this problem here.
| Attachment | Size | Status | Test result | Operations |
|---|---|---|---|---|
| forum.module.20070226.pgsql_.patch | 931 bytes | Ignored: Check issue status. | None | None |
Comments
#1
Good catch. Committed to CVS HEAD. Thanks, PMunn.
#2