[Mapguide-trac] [mapguide-trac] #2100: Expression editor should use UNIQUE() for fetching distinct values

MapGuide Open Source trac_mapguide at osgeo.org
Wed Aug 22 00:05:18 PDT 2012


#2100: Expression editor should use UNIQUE() for fetching distinct values
-----------------------+----------------------------------------------------
   Reporter:  jng      |       Owner:  jng                    
       Type:  defect   |      Status:  new                    
   Priority:  low      |   Milestone:  Maestro-4.0-maintenance
  Component:  Maestro  |     Version:                         
   Severity:  trivial  |    Keywords:                         
External_id:           |  
-----------------------+----------------------------------------------------
 Attempting to fetch a distinct set of values from the Expression Editor on
 an Extended Feature Class join will fail as it tries to do a
 SelectAggregate with (distinct = true) to fetch the values. Instead it
 should be using SelectAggregate with UNIQUE() to do this as this function
 is universally supported.

-- 
Ticket URL: <http://trac.osgeo.org/mapguide/ticket/2100>
MapGuide Open Source <http://mapguide.osgeo.org/>
MapGuide Open Source Internals


More information about the mapguide-trac mailing list