Opened 12 years ago
Closed 12 years ago
#2100 closed defect (fixed)
Expression editor should use UNIQUE() for fetching distinct values
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | low | Milestone: | Maestro-4.0-maintenance |
Component: | Maestro | Version: | |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
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.
Note:
See TracTickets
for help on using tickets.
Fixed r6972 (trunk) and r6973 (4.0.x)