Ticket #341 (assigned defect)

Opened 4 months ago

Last modified 4 months ago

PostGIS defect : SelectAggregate does not support DISTINCT

Reported by: bscott Assigned to: mloskot (accepted)
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

(follow-up: ↓ 2 ) 05/05/08 11:20:46 changed by mloskot

  • status changed from new to assigned.
  • owner changed from mloskot to mloskot.

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 ) 05/05/08 11:25:22 changed by bscott

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

05/05/08 11:46:40 changed by mloskot

Bruno,

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