Changes between Version 1 and Version 2 of Ticket #31910
- Timestamp:
- Aug 19, 2020, 2:33:20 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31910 – Description
v1 v2 82 82 }}} 83 83 84 Looking at the generated query, gives this:85 86 87 {{{88 {'sql': 'SELECT ST_Union("__col1") FROM (SELECT DISTINCT "core_polymodel"."id" AS Col1, "core_polymodel"."name" AS Col2, "core_polymodel"."geom" AS Col3, "core_polymodel"."geom" AS "__col1" FROM "core_polymodel") subquery',89 'time': '0.001'}90 91 }}}92 93 So it seems that the union is done on the wrong column.94 84 95 85 Thanks