Opened 16 years ago

Closed 15 years ago

#341 closed defect (fixed)

PostGIS defect : SelectAggregate does not support DISTINCT

Reported by: bscott Owned by:
Priority: critical Milestone: 3.4.0
Component: PostGIS Provider Version: 3.2.0
Severity: 1 Keywords:
Cc: External ID:

Description

Even if the SelectAggregatesCommand::SetDistinct function is called with true The distinct clause is not appended to the internal sql query.

Change History (7)

comment:1 by mloskot, 16 years ago

Status: newassigned

Bruno,

Yes, I confirm that SetDistinct call has no effect. Simply, a value being set is not used anywhere in the command implementation. Means, not yet supported. I will try to work on it soon but I can't promise it happens before the weekend.

in reply to:  1 comment:2 by bscott, 16 years ago

Mateusz i've just submit on nabble.fdo.internal a little patch to fix it. It was quite a simple one

comment:3 by mloskot, 16 years ago

Bruno,

I'll apply it tonight. Thanks for your great help!

comment:4 by bscott, 15 years ago

Resolution: fixed
Status: assignedclosed

comment:5 by mloskot, 15 years ago

Resolution: fixed
Status: closedreopened

comment:6 by mloskot, 15 years ago

Owner: mloskot removed
Status: reopenednew

comment:7 by mloskot, 15 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.