Changes between Version 1 and Version 2 of Ticket #31910


Ignore:
Timestamp:
Aug 19, 2020, 2:33:20 PM (4 years ago)
Author:
Eran Keydar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31910 – Description

    v1 v2  
    8282}}}
    8383
    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.
    9484
    9585Thanks
Back to Top