Closed (won't fix)
Project:
Views Union
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Oct 2007 at 13:56 UTC
Updated:
23 Apr 2013 at 18:07 UTC
The merged tables are improperly stripped from the union SQL. Since the columns from the subquery are merged in, you must also merge in the tables, because the columns may include values from joined tables.
The columns of the original query are also stripped. This caused problems with columns that were also listed in the GROUP BY clause.
I'm not 100% sure that the attached patch solves all cases, but it solves mine.
| Comment | File | Size | Author |
|---|---|---|---|
| views_union_sql.patch | 1.83 KB | douggreen |
Comments
Comment #1
douggreen commented